aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorTeddy Wing2014-04-20 16:43:03 -0400
committerTeddy Wing2014-04-20 16:43:03 -0400
commit5907f72b34ca26d216aef6793039baf1256bf193 (patch)
tree09bd8c7eea319ea5d42df1017fe85862eb83bd81 /examples
parent32a18afffae76053da47350a3ee671ca947860d1 (diff)
downloaddjango-sneak-peek-5907f72b34ca26d216aef6793039baf1256bf193.tar.bz2
Add 'south' to example project settings
Diffstat (limited to 'examples')
-rw-r--r--examples/djangoproject/djangoproject/settings.py1
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',