|
|
@ -12,3 +12,4 @@ def includeme(config): |
|
|
|
age = int(settings.get('static_views.cache_max_age', 3600)) |
|
|
|
age = int(settings.get('static_views.cache_max_age', 3600)) |
|
|
|
|
|
|
|
|
|
|
|
config.add_static_view('static', 'ordr2:static', cache_max_age=age) |
|
|
|
config.add_static_view('static', 'ordr2:static', cache_max_age=age) |
|
|
|
|
|
|
|
config.add_static_view('deform', 'deform:static', cache_max_age=age) |
|
|
|