Bogdanp / django_dramatiq

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

config: defer initialization until ready() is called #103

Closed Bogdanp closed 3 years ago

ikvk commented 3 years ago

I think it is early to drop django 2, at least until 2022

Support timeline here: https://www.djangoproject.com/download/

For example peoples may using django 2 because: Django 2.2 supports Oracle Database Server versions 12.1 Django 3.2 supports Oracle Database Server versions 12.2 *Oracle is pain :|

Bogdanp commented 3 years ago

Thanks! I've set the minimum to 2.2 for now.