mirror of
https://github.com/Hopiu/django-tos.git
synced 2026-03-17 04:20:22 +00:00
Remove setup call
This commit is contained in:
parent
07b27a4b7e
commit
807dc2c0c8
1 changed files with 0 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue