Django app template for cookiecutter.
This template aims for reusable app and PyPI package layout.
Install cookiecutter then render your app
cookiecutter dj-app-template
Or render online template
cookiecutter https://github.com/myyang/dj-app-template
- Django app standard layout
- PyPI setup.py
- 100% initial coverage and testcase
- 2016/10/29 - v1