Browse Source

added static view for deform

master
Holger Frey 7 years ago
parent
commit
0a752eacd9
  1. 1
      ordr2/views/__init__.py

1
ordr2/views/__init__.py

@ -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)