routes.py 124B

1234
  1. def includeme(config):
  2. config.add_static_view('static', 'static', cache_max_age=3600)
  3. config.add_route('home', '/')