This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues/pull-requests.
flatfilecms/flatfilecms/routes.py

8 lines
219 B
Python

def includeme(config):
settings = config.get_settings()
if 'static' in settings:
config.add_static_view(
'static',
settings['static'],
cache_max_age=3600)