diff --git a/core/settings.py b/core/settings.py index 4e65341..9ec0713 100644 --- a/core/settings.py +++ b/core/settings.py @@ -31,7 +31,6 @@ DEBUG = False ALLOWED_HOSTS = [ "lms-admin.panmodel.com", "api.panmodel.com", - "localhost", "127.0.0.1", ]