2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Add django-debug-toolbar plugin

- Must be running in DEBUG mode
- Must set debug_toolbar to True in config file
This commit is contained in:
Oliver Walters
2020-08-15 19:48:42 +10:00
parent 1f5d81ef93
commit b8b3a933ab
4 changed files with 29 additions and 2 deletions

View File

@ -21,4 +21,5 @@ python-coveralls==2.9.1 # Coveralls linking (for Travis)
rapidfuzz==0.7.6 # Fuzzy string matching
django-stdimage==5.1.1 # Advanced ImageField management
django-tex==1.1.7 # LaTeX PDF export
django-weasyprint==1.0.1 # HTML PDF export
django-weasyprint==1.0.1 # HTML PDF export
django-debug-toolbar==2.2 # Debug / profiling toolbar