blob: d857de9289d346590232ac75d38dc1ce0979395a [file] [log] [blame]
Sapan Bhatia504cc972017-04-27 01:56:28 +02001
2
3message Project (PlCoreBase){
4 required string name = 1 [max_length = 200, content_type = "stripped", blank = False, help_text = "Name of Project", null = False, db_index = False];
5}