1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 08:21:15 +03:00

remove django configure_logging import

This commit is contained in:
AlanCoding 2016-12-09 16:07:47 -05:00
parent 431dcc6490
commit c6f3d498de

View File

@ -43,7 +43,6 @@ from django.core.mail import send_mail
from django.contrib.auth.models import User
from django.utils.translation import ugettext_lazy as _
from django.core.cache import cache
from django.utils.log import configure_logging
# AWX
from awx.main.constants import CLOUD_PROVIDERS