summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/cookiecutters/cc_starter/routes.py
blob: 25504ad4dc0d1b961da1577e357af0fed0159c4f (plain)
1
2
3
def includeme(config):
    config.add_static_view('static', 'static', cache_max_age=3600)
    config.add_route('home', '/')