mirror of
https://framagit.org/la-chariotte/la-chariotte.git
synced 2025-05-01 11:22:24 +02:00
[](https://framagit.org/la-chariotte/la-chariotte/-/commits/develop)
[](https://framagit.org/la-chariotte/la-chariotte/-/commits/develop)
la_chariotte | ||
.coveragerc | ||
.gitignore | ||
.gitlab-ci.yml | ||
dev-requirements.txt | ||
LICENSE | ||
manage.py | ||
pyproject.toml | ||
readMe.md | ||
requirements.txt |
La Chariotte
Présentation
La Chariotte est une application web sous licence libre Affera GPL, développée et maintenue par Hashbang.
Développement
Cloner le projet :
git clone https://gitlab.com/hashbangfr/la_chariotte.git
Installer les dépendances :
pip install -r requirements.txt
pip install -r dev-requirements.txt
Lancer les tests
Lancer les tests avec pytest :
pytest
Si il y a des erreurs ISORT, on peut lancer isort pour trier les fichiers :
isort .
Si il y a des erreurs BLACK, on peut lancer black pour linter le code :
black .