blob: f4b12b059fc5ff84a5a1fd4f4745bd90c91e36e8 [file] [log] [blame]
Sapan Bhatia4e80a262017-05-19 23:10:51 +02001message Node (XOSBase){
Sapan Bhatia504cc972017-04-27 01:56:28 +02002 required string name = 1 [max_length = 200, content_type = "stripped", blank = False, help_text = "Name of the Node", null = False, db_index = False];
3 required manytoone site_deployment->SiteDeployment:nodes = 2 [db_index = True, null = False, blank = False];
Sapan Bhatia504cc972017-04-27 01:56:28 +02004}