local_settings.py.example: delete dead imports

This commit is contained in:
Benjamin Dauvergne 2013-05-16 18:42:22 +02:00
parent e9632e6699
commit 0f11998f58
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ INTERNAL_IPS = ('127.0.0.1',)
SECRET_KEY = 'coin'
from compte_agglo_montpellier.settings import INSTALLED_APPS, \
MIDDLEWARE_CLASSES, TEMPLATE_DIRS, STATICFILES_DIRS
MIDDLEWARE_CLASSES
DATABASES = {
'default': {