enable cache in nginx script

This commit is contained in:
bkfox
2017-01-08 22:29:35 +01:00
parent 2908ade540
commit 1c520c145e
2 changed files with 13 additions and 1 deletions

View File

@ -87,7 +87,7 @@ def station_post_saved(sender, instance, created, *args, **kwargs):
homepage.add_child(instance = programs)
section = sections.Section(
name = _('Programs'),
name = _('programs'),
position = 'post_content',
page = programs,
)