From d15bbfa3bcde826f90cd7c6c34682d7889635b33 Mon Sep 17 00:00:00 2001 From: Matthijs Kooijman Date: Mon, 24 Mar 2008 17:54:25 +0100 Subject: [PATCH] * Remove the sites app from the config, we're not using it. --- settings.py | 1 - 1 file changed, 1 deletion(-) 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', -- 2.30.2