|
|
|
@ -14,7 +14,7 @@ from django.core.wsgi import get_wsgi_application |
|
|
|
application = get_wsgi_application() |
|
|
|
|
|
|
|
from apps.account.models import LoginHistory |
|
|
|
from apps.account.models.geoNames import GeoNamesCity |
|
|
|
# from apps.account.models.geoNames import GeoNamesCity |
|
|
|
|
|
|
|
# Configure logging |
|
|
|
logger = logging.getLogger(__name__) |
|
|
|
|