app/soc/models/program.py
changeset 1052 cd6d6034b6e9
parent 1051 c532dd9def48
child 1053 3b9552cf748a
--- a/app/soc/models/program.py	Wed Jan 28 20:21:15 2009 +0000
+++ b/app/soc/models/program.py	Wed Jan 28 20:27:16 2009 +0000
@@ -106,3 +106,9 @@
   is_enabled.help_text = ugettext(
       'Field used to indicate if a Presence is enabled at all, and as such'
       '  accessible to non-developers.')
+
+  #: Whether the program is enabled
+  allocations_visible = db.BooleanProperty(default=False,
+      verbose_name=ugettext('Slot allocations visible'))
+  allocations_visible.help_text = ugettext(
+      'Field used to indicate if the slot allocations should be visible.')