added checks for new pit stop form

This commit is contained in:
joachim lusiardi 2015-03-09 20:11:03 +01:00
parent 47921e1941
commit 140bb3a3d6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from contextlib import closing
import os, os.path import os, os.path
app = Flask(__name__) app = Flask(__name__)
DATABASE = '../rollerverbrauch.db' DATABASE = '/data/rollerverbrauch.db'
DEBUG = True DEBUG = True
SECRET_KEY = 'development key' SECRET_KEY = 'development key'
USERNAME = 'admin' USERNAME = 'admin'