2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-04-12 06:18:48 +00:00

[dev] Django silk (#11001)

* Add developer support for django-silk

* Update docs

* Fix typo

* Tweak docs

* Revert ty version
This commit is contained in:
Oliver
2025-12-13 16:45:17 +11:00
committed by GitHub
parent 2d14364a4d
commit edc68b21ab
8 changed files with 186 additions and 114 deletions

View File

@@ -2,6 +2,7 @@
-c requirements.txt
coverage[toml] # Unit test coverage
django-querycount # Display number of URL queries for requests
django-silk # API query profiling
django-slowtests # Show which unit tests are running slowly
django-test-migrations # Unit testing for database migrations
isort # python import sorting