Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 583 Bytes

readme.md

File metadata and controls

24 lines (17 loc) · 583 Bytes

Cookiecutter Django - Kane Data Limited

A minimal Django app for Kane Data Limited, to generate websites using cookiecutter.

Includes:

  • Github actions for linting and testing
  • Autogenerated secret key
  • Jinja2 Templating (with common utilities)
  • Django HTMX
  • 12 Factor settings in a .env file
  • Static storage with Whitenoise
  • Media storage with AWS/DigitalOcean spaces
  • Django Debug Toolbar

Usage

To generate an app use:

cookiecutter https://github.com/kanedata/cookiecutter-django-kd

And follow the prompts.