Skip to content

Commit 9185f94

Browse files
committed
add empty django_env for ci
1 parent 5be6e9b commit 9185f94

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

intbot/intbot/settings.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -306,5 +306,8 @@ def warn_if_missing(name, default=""):
306306
# Currently used only for collecting staticfiles in docker
307307
DEBUG = False
308308

309+
elif DJANGO_ENV == "ci":
310+
DEBUG = False
311+
309312
else:
310313
raise ValueError(f"Unsupported DJANGO_ENV `{DJANGO_ENV}`")

0 commit comments

Comments
 (0)