2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 19:15:41 +00:00

Add secure development server in DEBUG mode

This commit is contained in:
Kálmán Rózsahegyi
2022-03-26 19:27:12 +01:00
parent 1bdebe1324
commit 84717f8103
2 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,7 @@ django-mptt==0.11.0 # Modified Preorder Tree Traversal
django-redis>=5.0.0
django-q==1.3.4 # Background task scheduling
django-sql-utils==0.5.0 # Advanced query annotation / aggregation
django-sslserver==0.22 # Secure HTTP development server
django-stdimage==5.1.1 # Advanced ImageField management
django-test-migrations==1.1.0 # Unit testing for database migrations
django-user-sessions==1.7.1 # user sessions in DB