Bireli¶
Bireli is a Django project template with Cookiecutter to produce a ready to start project.
It emphases on quality, modularity and modern stable stack.
Features¶
Development in a Python virtual environment with virtualenv and pip;
Project include a
pyproject.tomlto store (almost) all backend tools configurations and project versioning;Promote Test Driven Development with Pytest;
Latest stable stack support;
Frontend assets built with Node.js and managed with Webpack;
Default shipped layout with latest Bootstrap5;
Backend application architecture is modular through Project composer;
Settings are managed with django-configurations;
Internationalization and localization enabled;
Include a set of main applications (CMS, blog, basic request form, captcha, etc..) pre-configured;
A Makefile with every useful commands.
Links¶
Read the documentation on Read the docs;
Clone it on its Github repository;
Demonstration generated with all options on Sample repository;
Credits¶
Logo vector and icon by SVG Repo.
Dependencies¶
The main dependencies are:
Bireli:
0.5.3Bireli-newapp:
0.1.1Python:
>=3.13Django:
>=6.0,<7.0Project-composer:
>=0.8.0,<0.9.0Django-configurations:
>=2.5.1,<2.6.0Node:
>=22.0.0Npm:
>=10.0.0Bootstrap:
5.3.8Webpack:
^5.91.0
Note
bireli is not involved anymore in a project once it has been created.
Summary¶
If you are a developer which wants to create new projects with Bireli see the part Create a project with Bireli.
If you are a developer which wants to use a project made with Bireli see the part Use a Bireli project because Bireli itself is not involved anymore in project life.
Create a project with Bireli
Use a Bireli project
Bireli development
- History
- Version 0.5.3 - 2026/04/07
- Version 0.5.2 - 2026/01/16
- Version 0.5.1 - 2025/05/18
- Version 0.5.0 - 2025/02/18
- Version 0.4.0 - 2025/01/01
- Version 0.3.13 - 2024/09/28
- Version 0.3.12 - 2024/04/24
- Version 0.3.11 - 2024/01/09
- Version 0.3.10 - 2023/12/04
- Version 0.3.9 - 2023/08/18
- Version 0.3.8 - 2023/08/01
- Version 0.3.7 - 2023/06/06
- Version 0.3.6 - 2023/05/22
- Version 0.3.5 - 2023/04/28
- Version 0.3.4 - 2023/03/28
- Version 0.3.3 - 2023/02/06
- Version 0.3.2 - 2023/01/30
- Bireli contributing guide
- Contributor Covenant Code of Conduct
- Security Policy