diff --git a/BEProjectsWeb/settings.py b/BEProjectsWeb/settings.py index 4104907..311dd6a 100644 --- a/BEProjectsWeb/settings.py +++ b/BEProjectsWeb/settings.py @@ -25,7 +25,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['dj-archive.herokuapp.com'] # Rest framework settings REST_FRAMEWORK = {