first commit
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql://user:password@host/db_name'
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = True
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql://user:password@host/db_name'
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = True
|
||||