2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-18 13:05:42 +00:00

Add support for django-query-count (#6948)

* Add support for django-query-count

* Display duplicate queries

* Add comment in settings.py
This commit is contained in:
Oliver
2024-04-04 13:33:32 +11:00
committed by GitHub
parent fddcb629b6
commit 7ca420ebdc
3 changed files with 22 additions and 0 deletions

View File

@ -2,6 +2,7 @@
-c requirements.txt
coverage[toml] # Unit test coverage
coveralls==2.1.2 # Coveralls linking (for tracking coverage) # PINNED 2022-06-28 - Old version needed for correct upload
django-querycount # Display number of URL queries for requests
django-slowtests # Show which unit tests are running slowly
django-test-migrations # Unit testing for database migrations
isort # python import sorting