Remove setup call

This commit is contained in:
Nicholas Serra 2016-04-01 21:19:56 -04:00
parent 07b27a4b7e
commit 807dc2c0c8

View file

@ -34,11 +34,6 @@ if not settings.configured:
)
# Django 1.7 compatibility:
if hasattr(django, 'setup'):
django.setup()
import logging
logging.basicConfig(
level = logging.DEBUG,