Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1012 Bytes

README.md

File metadata and controls

43 lines (30 loc) · 1012 Bytes

cookiecutter-rt-django

Opinionated CookieCutter template for production-ready Django applications.

Requirements

pip install cruft

Usage

  • 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

    Before committing make sure to review changes listed in docs/3rd_party/cookiecutter-rt-django/CHANGELOG.md.

  • 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

License

This project is licensed under the terms of the BSD-3 License

Changelog

Breaking changes are documented in the CHANGELOG