Files
django-lasuite/README.md
Quentin BEY f049940ddb 🎉(build) bootstrap library folders
Add initial project structure with tests and configuration files:
 - ruff for format and linting
 - uv with hatch for packaging
2025-03-29 08:55:01 +01:00

724 B

Django La Suite

A Django library for the common requirement for the "La Suite numérique" projects.

Installation

pip install django-lasuite

Quick Start

To be documented with the first implementations.

Development

Requirements

For this project, we use uv Python package manager. Please follow the installation guidelines on the uv documentation.

Setup

# Clone the repository
git clone https://github.com/suitenumerique/django-lasuite.git
cd django-lasuite

# Install development dependencies
make install-dev

Testing

make test

Code Quality

make lint

License

MIT License