Update base.py

This commit is contained in:
Siarhei Puhach 2017-07-07 18:13:00 +03:00 committed by GitHub
parent 1279d4efbb
commit 53f797472b

View file

@ -197,10 +197,6 @@ DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'app',
'HOST': 'localhost',
'USER': 'ubuntu',
'PASSWORD': 'Qwerty123',
}
}