pydanny / cookiecutter-djangopackage

A cookiecutter template for creating reusable Django packages quickly.
436 stars 153 forks source link

Replace makefile with invoke #963

Closed jonathan-s closed 4 years ago

jonathan-s commented 4 years ago

This replaces the make file with invoke. Python developers are more accustomed to python than make, so it'll be easier to customize in the end.

fixes #448 fixes #113