Get a basic blog up and running
[styx.blog] / styx / settings.py
index acfb631..f57fcf7 100644 (file)
@@ -52,6 +52,7 @@ INSTALLED_APPS = [
     'django.contrib.sessions',
     'django.contrib.messages',
     'django.contrib.staticfiles',
+    'core',
 ]
 
 MIDDLEWARE = [
@@ -101,6 +102,7 @@ else:
             'ENGINE': 'django.db.backends.postgresql_psycopg2',
             'NAME': 'styx',
             'USER': 'styxuser',
+            'HOST': 'localhost',
             'PASSWORD': LOCAL_SETTINGS['DB_PASSWORD'],
         }
     }