Cookiecutter for Django application#

This a Cookiecutter template to produce a Django application package.

It emphases on simple application with quality and not any relation to any service (state badge, pyup, travis, etc..) except Read the Docs service for documentation publishing.

A sample built from this template is available on repository sveetch-djangoapp-sample. Note that this is a version with every options enabled and its version may not always match this template current version (mostly if there is no major feature).

Feature resume#

  • Compatibility with last stable versions (Python, Django, etc..);

  • Included basic application ready to run;

  • Enforce good development behaviors;

  • Package ready to release with quality coverage;

  • Optional modern frontend (Node.js, Webpack, Bootstrap);

  • Some optional third party applications available: DjangoCMS, Django REST Framework;

Summary#