My Django Setup

Published: at 12:00 AM

I recently discovered Lithium (formerly DjangoX), a starter template for Django projects. It is simple and for the most part covers most projects I’ve ever started with the following features:

There are other more elaborate projects out there such as cookiecutter-django but they often come with a lot of features I don’t need and the codebase starts off bloated.

I liked the idea of Lithium and will probably create my own version of it in the future.

It would probably include the following, on top of the Lithium features:

I’d remove bootstrap and use tailwind for styling replacement.