Skip to content

Commit 8d60d7b

Browse files
committed
Update README to include Django Debug Toolbar instructions
1 parent 0abf601 commit 8d60d7b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ STRIPE_SECRET_API_KEY=
4343

4444
Adding the secret keys after the `=` symbol.
4545

46+
## Enabling Django Debug Toolbar
47+
48+
To enable the Django Debug Toolbar, set the `ENABLE_DJANGO_DEBUG_TOOLBAR` variable to `true` in your `.env` file:
49+
50+
```text
51+
ENABLE_DJANGO_DEBUG_TOOLBAR=true
52+
```
53+
4654
## External repos
4755

4856
Repos used by this project are in separate repositories.

0 commit comments

Comments
 (0)