hkage / cookiecutter-django

My personal Django project template as a cookiecutter template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cookiecutter-django

This is a cookiecutter template for Django projects, inspired by https://github.com/pydanny/cookiecutter-django and customized to my personal defaults and needs.

Features

  • Uses Django 1.10
  • Tox configuration
  • Pytest for unit testing
  • Sphinx documentation
  • (Optional) Bumpversion for updating version information
  • (Optional) Travis-CI configuration

Usage

Install cookiecutter:

$ pip install cookiecutter

Initialize the package by using the cookiecutter template:

$ cookiecutter https://github.com/hkage/cookiecutter-django

About

My personal Django project template as a cookiecutter template


Languages

Language:Python 100.0%