From a13d593d8d0ed9a23432315ed8405bb6cbee49a9 Mon Sep 17 00:00:00 2001 From: Corentin Chary Date: Wed, 21 Sep 2011 10:48:32 +0200 Subject: [PATCH] euscanwww: remove unused gchartwrapper Signed-off-by: Corentin Chary --- euscanwww/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/euscanwww/settings.py b/euscanwww/settings.py index d6de135..4ce10fb 100644 --- a/euscanwww/settings.py +++ b/euscanwww/settings.py @@ -120,6 +120,5 @@ INSTALLED_APPS = ( 'django.contrib.admin', # Uncomment the next line to enable admin documentation: # 'django.contrib.admindocs', - 'GChartWrapper.charts' )