settings: remove duplicate entry

This commit is contained in:
Benjamin Dauvergne 2013-09-09 16:22:02 +02:00
parent c6bd9f7735
commit 9f9df45b43
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ __ENVIRONMENT_DEFAULTS = dict(
'docbow_project.docbow.notification.MailNotifier',
'docbow_project.docbow.notification.SMSNotifier',
),
DOCBOW_BASE_URL='https://secure.pfwb.be',
TEMPLATE_CONTEXT_PROCESSORS=django.conf.global_settings.TEMPLATE_CONTEXT_PROCESSORS+('django.core.context_processors.request',),
DATE_INPUT_FORMATS=('%d/%m/%Y', '%Y-%m-%d'),
CRISPY_TEMPLATE_PACK='uni_form',