mirror of
https://github.com/bugsink/bugsink.git
synced 2026-04-29 03:11:14 -05:00
f96724a4db
I've checked that this celery config actually works (also with TASK_ALWAYS_EAGER=False)
7 lines
144 B
Python
7 lines
144 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class AlertsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'alerts'
|