reCreateIMMEX

This commit is contained in:
rexcom28
2023-05-25 08:15:39 -06:00
parent 89ab42f377
commit a3cf72b395
4 changed files with 237 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ 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/
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = os.getenv("adminAS_KEY")
SECRET_KEY = os.getenv("adminAS_KEY")
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False