Commit 2f5e73b2 by Ricardo Kirkner

added south to list of installed apps

parent 984ad018
...@@ -39,7 +39,7 @@ ADMINS = ( ...@@ -39,7 +39,7 @@ ADMINS = (
MANAGERS = ADMINS MANAGERS = ADMINS
if django_version >= "1.2": if django_version >= "1.2":
csrf_middleware = 'django.middleware.csrf.CsrfViewMiddleware' csrf_middleware = 'django.middleware.csrf.CsrfViewMiddleware'
DATABASES = { DATABASES = {
'default': { 'default': {
...@@ -119,6 +119,7 @@ INSTALLED_APPS = ( ...@@ -119,6 +119,7 @@ INSTALLED_APPS = (
'django.contrib.sessions', 'django.contrib.sessions',
'django.contrib.admin', 'django.contrib.admin',
'django_openid_auth', 'django_openid_auth',
'south',
) )
AUTHENTICATION_BACKENDS = ( AUTHENTICATION_BACKENDS = (
......
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