added checks for new pit stop form
This commit is contained in:
parent
47921e1941
commit
140bb3a3d6
|
@ -8,7 +8,7 @@ from contextlib import closing
|
|||
import os, os.path
|
||||
|
||||
app = Flask(__name__)
|
||||
DATABASE = '../rollerverbrauch.db'
|
||||
DATABASE = '/data/rollerverbrauch.db'
|
||||
DEBUG = True
|
||||
SECRET_KEY = 'development key'
|
||||
USERNAME = 'admin'
|
||||
|
|
Loading…
Reference in New Issue