upload app
This commit is contained in:
6
cleanup_html/views/default.py
Normal file
6
cleanup_html/views/default.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from pyramid.view import view_config
|
||||
|
||||
|
||||
@view_config(route_name='home', renderer='cleanup_html:templates/mytemplate.jinja2')
|
||||
def my_view(request):
|
||||
return {'project': 'cleanup_html'}
|
||||
Reference in New Issue
Block a user