CookieCutter template for Django application projects with docker-compose etc.
pip install cruft
- Generate a new Cookiecutter template layout:
cruft create https://github.com/reef-technologies/cookiecutter-rt-django
- See diff with
cruft diff
- Update the project by running
cruft update
- If you have a repo which was initialized without cruft (i.e. with
cookiecutter
command), you can still link the project:cruft link https://github.com/reef-technologies/cookiecutter-rt-django
More on cruft: https://github.com/cruft/cruft
This project is licensed under the terms of the BSD-3 License