Bogdanp / django_dramatiq

A Django app that integrates with Dramatiq.
https://dramatiq.io
Other
331 stars 77 forks source link

Run tests on supported Python and Django versions. #96

Closed jairhenrique closed 3 years ago

jairhenrique commented 3 years ago
RemovedInDjango41Warning: 'django_dramatiq' defines default_app_config = 'django_dramatiq.apps.DjangoDramatiqConfig'. Django now detects this configuration automatically. You can remove default_app_config.
    app_config = AppConfig.create(entry)
Bogdanp commented 3 years ago

Thanks!