diff options
author | Teddy Wing | 2014-04-20 16:43:03 -0400 |
---|---|---|
committer | Teddy Wing | 2014-04-20 16:43:03 -0400 |
commit | 5907f72b34ca26d216aef6793039baf1256bf193 (patch) | |
tree | 09bd8c7eea319ea5d42df1017fe85862eb83bd81 | |
parent | 32a18afffae76053da47350a3ee671ca947860d1 (diff) | |
download | django-sneak-peek-5907f72b34ca26d216aef6793039baf1256bf193.tar.bz2 |
Add 'south' to example project settings
-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', |