Commit 2f5e73b2 by Ricardo Kirkner

added south to list of installed apps

parent 984ad018
......@@ -119,6 +119,7 @@ INSTALLED_APPS = (
'django.contrib.sessions',
'django.contrib.admin',
'django_openid_auth',
'south',
)
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