add test config
This commit is contained in:
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
config.py
|
/config.py
|
||||||
venv/
|
venv/
|
||||||
*.sublime-*
|
*.sublime-*
|
||||||
|
|||||||
@@ -0,0 +1,4 @@
|
|||||||
|
SQLALCHEMY_DATABASE_URI = 'sqlite://'
|
||||||
|
SQLALCHEMY_TRACK_MODIFICATIONS = True
|
||||||
|
TESTING=True
|
||||||
|
DEBUG = True
|
||||||
Reference in New Issue
Block a user