| Andy Bavier | eddb6b6 | 2017-10-26 08:39:27 -0700 | [diff] [blame] | 1 | option app_label = "templateservice"; |
| 2 | option name = "templateservice"; | ||||
| 3 | |||||
| 4 | message TemplateService (Service){ | ||||
| 5 | option verbose_name = "Template Service"; | ||||
| 6 | } | ||||
| 7 | |||||
| 8 | |||||
| 9 | message TemplateServiceInstance (TenantWithContainer){ | ||||
| 10 | option verbose_name = "Template Service Instance"; | ||||
| 11 | } | ||||