add programs_to_cms commands to make syncs between programs and cms apps

This commit is contained in:
bkfox
2016-07-24 23:40:10 +02:00
parent 5716258d36
commit 9ea2c2c945
5 changed files with 149 additions and 36 deletions

View File

@ -510,11 +510,6 @@ class Program(Nameable):
default = True,
help_text = _('if not set this program is no longer active')
)
public = models.BooleanField(
_('public'),
default = True,
help_text = _('information are available to the public')
)
@property
def path(self):