Introduce config file for application

This commit is contained in:
Rebecca Law
2015-11-24 09:40:14 +00:00
parent e14780f7b5
commit b83d2f0d8a
6 changed files with 46 additions and 27 deletions

View File

@@ -8,11 +8,6 @@ def index():
return 'Hello from notifications-admin'
@main.route("/")
def idx():
return render_template('index.html')
@main.route("/govuk")
def govuk():
return render_template('govuk_template.html')