From 90b8096f1fb9b06880d1b9b61b2a02e067d54003 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 20 Apr 2014 00:24:25 -0400 Subject: Add sneak_peek app to example project settings Adds app to example project's INSTALLED_APPS. --- examples/djangoproject/djangoproject/settings.py | 1 + 1 file changed, 1 insertion(+) (limited to 'examples') diff --git a/examples/djangoproject/djangoproject/settings.py b/examples/djangoproject/djangoproject/settings.py index d572de8..acd56b1 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', + 'sneak_peek_tag', # Uncomment the next line to enable the admin: # 'django.contrib.admin', # Uncomment the next line to enable admin documentation: -- cgit v1.2.3