Skip to content

Commit

Permalink
Added 'DEBUG_TOOLBAR' to env.dist for making sure a new configured pr…
Browse files Browse the repository at this point in the history
…oject doesnt fail with missing namespace for 'djdt'. (#196)
  • Loading branch information
0xUnicorn authored May 27, 2024
1 parent fa92ce5 commit ab6dc16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/bma/.env.dist
Original file line number Diff line number Diff line change
@@ -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:[email protected]:5432/bmadb
#DJANGO_ADMIN_PREFIX=notadmin
Expand Down

0 comments on commit ab6dc16

Please sign in to comment.