Skip to content

Commit 524326e

Browse files
authored
Enable debug mode in the uncharmed app, for easier local preview (#18)
1 parent 09722ae commit 524326e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dashboard/dashboard/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
SECRET_KEY = "django-insecure-&e&n(qvp!ktv&fjr(j8llvz4(5r0!2h9j0lpr=*40bw6z30exn"
2424

2525
# SECURITY WARNING: don't run with debug turned on in production!
26-
DEBUG = False
26+
DEBUG = True
2727

2828
ALLOWED_HOSTS = ["*"]
2929

0 commit comments

Comments
 (0)