Sapan Bhatia | feccc6f | 2017-05-02 21:41:41 +0200 | [diff] [blame] | 1 | option name = "vee"; |
Matteo Scandolo | cbc7ba1 | 2017-09-07 09:54:25 -0700 | [diff] [blame^] | 2 | option app_label = "vee"; |
Sapan Bhatia | feccc6f | 2017-05-02 21:41:41 +0200 | [diff] [blame] | 3 | option verbose_name = "VEE Service"; |
4 | |||||
5 | message VEEService(Service){ | ||||
6 | optional bool autoconfig = 1 [default = True, help_text="Autoconfigure VEE Service", null=False]; | ||||
7 | } | ||||
8 |