1.8.12 DB for v2
This commit is contained in:
@@ -202,7 +202,7 @@ CHANNEL_LAYERS = {
|
||||
DATABASES = {
|
||||
'default': {
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'NAME': 'twbDB',
|
||||
'NAME': 'twbDBv2',
|
||||
'USER': 'test_user',
|
||||
'PASSWORD': 'test_db_pass',
|
||||
'HOST': '127.0.0.1',
|
||||
|
||||
Reference in New Issue
Block a user