blob: 9b4ea5e9bd2153e99de2e998e042d432f469c05e [file] [log] [blame]
option name = "exampleservice";
option app_label = "exampleservice";
option verbose_name = "Example Service";
message ExampleService (Service){
required string service_message = 1 [help_text = "Service Message to Display", max_length = 254, null = False, db_index = False, blank = False];
}
message ExampleServiceInstance (TenantWithContainer){
option name = "exampleserviceinstance";
option verbose_name = "Example Service Instance";
required string tenant_message = 1 [help_text = "Tenant Message to Display", max_length = 254, null = False, db_index = False, blank = False];
}