Initial commit
This commit is contained in:
commit
06be2e2122
20 changed files with 403 additions and 0 deletions
9
rattail_tempmon_demo/web/static/__init__.py
Normal file
9
rattail_tempmon_demo/web/static/__init__.py
Normal file
|
@ -0,0 +1,9 @@
|
|||
# -*- coding: utf-8; mode: python -*-
|
||||
"""
|
||||
Static assets
|
||||
"""
|
||||
|
||||
|
||||
def includeme(config):
|
||||
config.include('tailbone.static')
|
||||
config.add_static_view('rattail_tempmon_demo', 'rattail_tempmon_demo.web:static', cache_max_age=3600)
|
Loading…
Add table
Add a link
Reference in a new issue