From ed063a86fcf7f6b95d3667019afaf47f7381af7a Mon Sep 17 00:00:00 2001 From: Hidden Z Date: Sun, 31 Oct 2010 12:29:16 +0000 Subject: [PATCH] web/settings.py: add web.extsources to INSTALLED_APPS --- web/settings.py | 1 + 1 file changed, 1 insertion(+) diff --git a/web/settings.py b/web/settings.py index 2878523..44420d2 100644 --- a/web/settings.py +++ b/web/settings.py @@ -94,6 +94,7 @@ INSTALLED_APPS = ( 'django.contrib.sites', 'django.contrib.messages', 'web.postkey', + 'web.extsources', # Uncomment the next line to enable the admin: 'django.contrib.admin', )