This commit is contained in:
unknown 2016-12-01 00:28:06 -04:00
commit 855c8f1140
5 changed files with 128 additions and 10 deletions

View file

@ -182,6 +182,7 @@ DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'NAME': 'app'
}
}