From ca6e8191ef5cd998b36c136556953054dd46367f Mon Sep 17 00:00:00 2001 From: Aryan Chouhan Date: Mon, 28 Jun 2021 14:16:33 +0530 Subject: [PATCH] Allowed hosts --- BEProjectsWeb/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = {