diff --git a/config/requirements.pip b/config/requirements.pip index 5caf33d..a963a3f 100644 --- a/config/requirements.pip +++ b/config/requirements.pip @@ -1,3 +1,4 @@ Django==1.5.1 jingo==0.6.1 django-grappelli==2.4.4 +South==0.7.6 diff --git a/minecraftcodex/herobrine/settings.py b/minecraftcodex/herobrine/settings.py index 57511d6..465a846 100644 --- a/minecraftcodex/herobrine/settings.py +++ b/minecraftcodex/herobrine/settings.py @@ -124,6 +124,8 @@ INSTALLED_APPS = ( 'django.contrib.staticfiles', 'grappelli', 'django.contrib.admin', + 'database', + 'south' ) # Admin @@ -135,6 +137,7 @@ AUTOCOMPLETE_LIMIT = 10 # the site admins on every HTTP 500 error when DEBUG=False. # See http://docs.djangoproject.com/en/dev/topics/logging for # more details on how to customize your logging configuration. +""" LOGGING = { 'version': 1, 'disable_existing_loggers': False, @@ -158,7 +161,7 @@ LOGGING = { }, } } - +""" try: LOCAL_SETTINGS except NameError: