Start to create views

This commit is contained in:
Rebecca Law
2015-11-20 16:22:44 +00:00
parent b737af3fee
commit d6c81d581d
6 changed files with 51 additions and 6 deletions

View File

7
app/main/views/index.py Normal file
View File

@@ -0,0 +1,7 @@
from .. import main
@main.route('/index')
def index():
return 'Hello from notifications-admin'