From 6a65b30e6c38a14a9fff9e09e3a2cc7aa860ed4c Mon Sep 17 00:00:00 2001 From: Louai Haddad Date: Fri, 1 Dec 2023 10:25:38 +0000 Subject: [PATCH] Update Allowed Hosts --- iddrs_api/settings.py | 1 - 1 file changed, 1 deletion(-) diff --git a/iddrs_api/settings.py b/iddrs_api/settings.py index 3f74182..b1f9d71 100644 --- a/iddrs_api/settings.py +++ b/iddrs_api/settings.py @@ -18,7 +18,6 @@ import os # Build paths inside the project like this: BASE_DIR / 'subdir'. BASE_DIR = Path(__file__).resolve().parent.parent - # Quick-start development settings - unsuitable for production # See https://docs.djangoproject.com/en/4.1/howto/deployment/checklist/