Commit e42ea2c0 authored by Vasyl Bodnaruk's avatar Vasyl Bodnaruk Committed by Andrii Marynets

changed DB settings

parent f7b04b05
......@@ -84,7 +84,7 @@ DATABASES = {
'ENGINE': 'django.db.backends.mysql',
'NAME': 'esi',
'USER': 'root',
'PASSWORD': 'andrew',
'PASSWORD': 'Q!W@q1w2mysql',
'HOST': 'localhost',
'PORT': '3306',
}
......@@ -130,3 +130,8 @@ USE_TZ = True
# https://docs.djangoproject.com/en/1.11/howto/static-files/
STATIC_URL = '/static/'
try:
from .local_settings import *
except ImportError:
pass
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