A template for pluggable Django apps.
Includes a modern frontend development environment for building static files using Vite, preconfigured for Svelte.
This repo is best used with bluprint, our in-house scaffolding tool.
If you haven't already, add this bluprint to your CLI.
bluprint add reuters-graphics/bluprint_django-app
Make a new directory and use the bluprint.
mkdir my-project && cd my-project
bluprint start
Otherwise, you can copy this repo and adjust the file and settings names yourself.
Read more about developing your app in the Developing docs.
Vite integration inspired by django-vite.