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

use django-q2 (#5167)

* use django-q2

- Modern fork of django-q

* Update requirements.txt
This commit is contained in:
Oliver
2023-07-05 22:53:32 +10:00
committed by GitHub
parent 3bea809823
commit c91fbdbc48
2 changed files with 7 additions and 17 deletions

View File

@ -19,7 +19,7 @@ django-markdownify # Markdown rendering
django-money<3.0.0 # Django app for currency management # FIXED 2022-06-26 to make sure py-moneyed is not conflicting
django-mptt==0.11.0 # Modified Preorder Tree Traversal
django-redis>=5.0.0 # Redis integration
django-q # Background task scheduling
django-q2 # Background task scheduling
django-q-sentry # sentry.io integration for django-q
django-sql-utils # Advanced query annotation / aggregation
django-sslserver # Secure HTTP development server