kopia lustrzana https://github.com/glidernet/ogn-python
No more SQLALCHEMY_TRACK_MODIFICATIONS warnings
rodzic
276d3d1439
commit
760f4609fb
|
@ -1,4 +1,5 @@
|
|||
SQLALCHEMY_DATABASE_URI = 'postgresql://postgres@localhost:5432/ogn'
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||
|
||||
# Celery stuff
|
||||
broker_url = 'redis://localhost:6379/0'
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
SQLALCHEMY_DATABASE_URI = 'postgresql://postgres@localhost:5432/ogn_test'
|
||||
SQLALCHEMY_TRACK_MODIFICATIONS = False
|
||||
|
||||
# Celery stuff
|
||||
broker_url = 'redis://localhost:6379/0'
|
||||
|
|
Ładowanie…
Reference in New Issue