diff --git a/core/settings.py b/core/settings.py index 9ec0713..4a9b7bb 100644 --- a/core/settings.py +++ b/core/settings.py @@ -32,6 +32,7 @@ ALLOWED_HOSTS = [ "lms-admin.panmodel.com", "api.panmodel.com", "127.0.0.1", + "localhost", ] # Application definition