Michael Merickel
2018-10-15 2b024920847481592b1a13d4006d2a9fa8881d72
commit | author | age
da5ebc 1 def includeme(config):
MM 2     config.add_static_view('static', 'static', cache_max_age=3600)
3     config.add_route('home', '/')