dockploy fixed

This commit is contained in:
Acid
2026-02-28 19:18:09 -05:00
parent 815d3c9194
commit 68e9725e79
+1 -1
View File
@@ -26,7 +26,7 @@ load_dotenv()
SECRET_KEY = os.getenv('DJANGO_KEY') SECRET_KEY = os.getenv('DJANGO_KEY')
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = False
# Allow hosts from env, otherwise fall back to common local/dev hosts. # Allow hosts from env, otherwise fall back to common local/dev hosts.
ALLOWED_HOSTS = [ ALLOWED_HOSTS = [