diff --git a/city_detection_ip.py b/city_detection_ip.py index 0161f4d..69571f5 100644 --- a/city_detection_ip.py +++ b/city_detection_ip.py @@ -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__)