diff options
-rw-r--r-- | examples/djangoproject/djangoproject/settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/djangoproject/djangoproject/settings.py b/examples/djangoproject/djangoproject/settings.py index accec56..8edd3b7 100644 --- a/examples/djangoproject/djangoproject/settings.py +++ b/examples/djangoproject/djangoproject/settings.py @@ -113,6 +113,7 @@ INSTALLED_APPS = ( 'django.contrib.sites', 'django.contrib.messages', 'django.contrib.staticfiles', + 'south', 'sneak_peek_tag', # Uncomment the next line to enable the admin: 'django.contrib.admin', |