The local server can now be started with the manager instead

This commit is contained in:
Martin
2016-04-19 17:04:58 +02:00
parent a2e1550ecf
commit 8ad75a0c41
3 changed files with 5 additions and 5 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
SQLALCHEMY_DATABASE_URI = 'postgresql://user:password@host/db_name'
SQLALCHEMY_TRACK_MODIFICATIONS = True
SQLALCHEMY_TRACK_MODIFICATIONS = True
DEBUG = True