supervisord & cron with virtualenv

This commit is contained in:
bkfox
2016-12-13 20:49:13 +01:00
parent 8d3400a0f6
commit 6d072c084e
6 changed files with 12 additions and 6 deletions

View File

@ -283,8 +283,8 @@ class Publication(Page):
content_panels = [
MultiFieldPanel([
FieldPanel('title'),
FieldPanel('body', classname='full'),
FieldPanel('summary'),
FieldPanel('body', classname='full'),
], heading=_('Content'))
]
promote_panels = [