django-dal 1.0.0

Creator: danarutscher

Last updated:

Add to Cart

Description:

djangodal 1.0.0

Documentation
The full documentation is at https://django-dal.readthedocs.io.


Quickstart
Install Django DAL:
$ pip install django-dal
Add django-dal to your INSTALLED_APPS
INSTALLED_APPS = [
# ...
'django_dal',
# ...
]


Running Tests
Does the code actually work?
$ source <YOURVIRTUALENV>/bin/activate
$ (myenv) $ pip install tox
$ (myenv) $ tox


Contributors
Here is a list of Django-DAL’s contributors.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.