mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-15 11:35:41 +00:00
Django q sentry (#4296)
* add requirement for django-q-sentry * Add sentry integration for django-q
This commit is contained in:
@ -19,6 +19,7 @@ django-money<3.0.0 # Django app for currency management #
|
||||
django-mptt==0.11.0 # Modified Preorder Tree Traversal
|
||||
django-redis>=5.0.0 # Redis integration
|
||||
django-q # 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
|
||||
django-stdimage<6.0.0 # Advanced ImageField management # FIXED 2022-06-29 6.0.0 breaks serialization for django-q
|
||||
|
Reference in New Issue
Block a user