fandsdev / django

Our production ready (too much) opinionated django template
MIT License
213 stars 36 forks source link
cookiecutter django python

fands.dev django template

Shields.io

Easy peasy

What is in the box

Installation

You need python 3.11, poetry and cookiecutter.

We only support PostgreSQL as the database backend, so make sure it runs on localhost:5432 before installing the project.

pipx install poetry
pipx install cookiecutter

cookiecutter gh:fandsdev/django

FAQ

I wanna hack this!

Thank you so much! Check out our build pipeline and pick any free issue.