mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-16 03:55:41 +00:00
Admin shell (#6998)
* Add django-admin-shell package * Optionally enable debug shell - Requires debug mode - Requires admin integration * Add message if admin shell package not installed * Ignore qa for these lines
This commit is contained in:
@ -24,7 +24,10 @@ cryptography==42.0.5
|
||||
distlib==0.3.8
|
||||
# via virtualenv
|
||||
django==4.2.11
|
||||
# via django-slowtests
|
||||
# via
|
||||
# django-admin-shell
|
||||
# django-slowtests
|
||||
django-admin-shell==2.0.1
|
||||
django-querycount==0.8.3
|
||||
django-slowtests==1.1.1
|
||||
django-test-migrations==1.3.0
|
||||
|
Reference in New Issue
Block a user