Mercurial > bottledash
comparison dash.py @ 15:82d66f4488cd
renaming of some files
author | sean |
---|---|
date | Wed, 05 Aug 2015 13:30:33 +0200 |
parents | 3a9cb396905f |
children | be6a1aaec717 |
comparison
equal
deleted
inserted
replaced
14:3a9cb396905f | 15:82d66f4488cd |
---|---|
133 """) | 133 """) |
134 file.close() | 134 file.close() |
135 | 135 |
136 ##Bottle | 136 ##Bottle |
137 @route('/') | 137 @route('/') |
138 @view('hello_template') | 138 @view('bottledash_view') |
139 def call_dashboard(): | 139 def call_dashboard(): |
140 return dict(tiles=tiles, settings=settings) | 140 return dict(tiles=tiles, settings=settings) |
141 | 141 |
142 @route('/config') | 142 @route('/config') |
143 def call_config(): | 143 def call_config(): |