forked from rc/aircox
add programs_to_cms commands to make syncs between programs and cms apps
This commit is contained in:
@ -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):
|
||||
|
Reference in New Issue
Block a user