A configurable database backend to customize schema creation
- Python (3.6, 3.7, 3.8, 3.9)
- Django (1.11, 2.2)
We highly recommend and only officially support the latest patch release of each Python and Django series.
Install using pip...
pip install django-db-adapterAdd 'db_adapter' to your INSTALLED_APPS setting.
INSTALLED_APPS = [ ... 'db_adapter', ]