From ab6dc16505bd5bb39b58e31d2725a1d9fbf19aae Mon Sep 17 00:00:00 2001 From: 0xUnicorn <17219001+0xUnicorn@users.noreply.github.com> Date: Mon, 27 May 2024 15:30:44 +0200 Subject: [PATCH] Added 'DEBUG_TOOLBAR' to env.dist for making sure a new configured project doesnt fail with missing namespace for 'djdt'. (#196) --- src/bma/.env.dist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/bma/.env.dist b/src/bma/.env.dist index 99304c4..d093d7e 100644 --- a/src/bma/.env.dist +++ b/src/bma/.env.dist @@ -1,5 +1,6 @@ #DJANGO_SECRET_KEY=a-long-randomsecret-key -#DJANGO_DEBUG=on +#DJANGO_DEBUG=True +#DEBUG_TOOLBAR=True #DJANGO_ALLOWED_HOSTS=localhost,127.0.0.1 #DJANGO_DATABASE_URL=postgres://bma:hunter12@127.0.0.1:5432/bmadb #DJANGO_ADMIN_PREFIX=notadmin