Simplifying the import structure of Django.
Project description
Simplifying the import structure of Django.
Documentation
The full documentation is at https://dj-ango.readthedocs.org.
Quickstart
Install dj-ango:
pip install dj-ango
Then use it in a project:
import ango
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install -r requirements-text.txt (myenv) $ python runtests.py
Credits
Tools used in rendering this package:
History
0.1.0 (2015-12-20)
First release on PyPI.