feat(tasks): Integrate django-tasks for task management and progress tracking
This commit is contained in:
@@ -24,3 +24,9 @@ EMAIL_BACKEND = "django.core.mail.backends.locmem.EmailBackend"
|
||||
CACHES["default"] = {
|
||||
"BACKEND": "django.core.cache.backends.locmem.LocMemCache",
|
||||
}
|
||||
|
||||
TASKS = {
|
||||
"default": {
|
||||
"BACKEND": "django_tasks.backends.immediate.ImmediateBackend",
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user