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/