Commit c06feb9c authored by Alexandr Dzehil's avatar Alexandr Dzehil 😎

Change database connect variables

parent ce7201ba
......@@ -94,8 +94,8 @@ if DEVELOPMENT_MODE is True:
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'cp_video',
'USER': 'django',
'PASSWORD': 'django',
'USER': 'postgres',
'PASSWORD': 'postgres',
'HOST': '127.0.0.1',
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment