nephila / djangocms-installer

Console wizard to bootstrap django CMS projects
https://djangocms-installer.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
177 stars 78 forks source link

Support newer postgres backends #355

Closed yakky closed 4 years ago

yakky commented 4 years ago

Django has supported "short" postgres backend name "django.db.backends.postgresql_psycopg2", but we still declare only the new one.

As the "long version" is dropped in Django 3, we need to migrate to the short sooner than later