A Django library for the common requirement for the "La Suite numérique" projects.
pip install django-lasuite
To be documented with the first implementations.
For this project, we use uv
Python package manager.
Please follow the installation guidelines on the uv documentation.
# Clone the repository
git clone https://github.com/suitenumerique/django-lasuite.git
cd django-lasuite
# Install development dependencies
make install-dev
make test
make lint
MIT License