From: Matthijs Kooijman Date: Mon, 24 Mar 2008 16:54:25 +0000 (+0100) Subject: * Remove the sites app from the config, we're not using it. X-Git-Url: https://git.stderr.nl/gitweb?p=matthijs%2Fprojects%2Fxerxes.git;a=commitdiff_plain;h=d15bbfa3bcde826f90cd7c6c34682d7889635b33 * Remove the sites app from the config, we're not using it. --- diff --git a/settings.py b/settings.py index f23d20c..9b20669 100644 --- a/settings.py +++ b/settings.py @@ -92,7 +92,6 @@ INSTALLED_APPS = ( 'django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', - 'django.contrib.sites', 'django.contrib.admin', 'xerxes.events', 'xerxes.influences',