The full documentation is at https://django-dal.readthedocs.io.
Install Django DAL:
$ pip install django-dalAdd django-dal to your INSTALLED_APPS
INSTALLED_APPS = [
# ...
'django_dal',
# ...
]Does the code actually work?
$ source <YOURVIRTUALENV>/bin/activate
$ (myenv) $ pip install tox
$ (myenv) $ toxHere is a list of Django-DAL's contributors.