From 0005783d086ca040dd58bcd50e5a9fb4bdbe2615 Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Wed, 6 Oct 2010 19:02:08 +0000 Subject: [PATCH] web/settings.py: add web.postkey to INSTALLED_APPS --- web/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/web/settings.py b/web/settings.py index 7dd6de5..0a023bc 100644 --- a/web/settings.py +++ b/web/settings.py @@ -93,6 +93,7 @@ INSTALLED_APPS = ( 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.messages', + 'web.postkey', # Uncomment the next line to enable the admin: # 'django.contrib.admin', )