Find a file
2023-04-19 18:02:34 +02:00
la_chariotte install flake8 and check files 2023-04-19 18:01:29 +02:00
.coveragerc create gitlab-ci.yml 2023-04-18 16:03:57 +02:00
.gitignore gitignore with pycache files 2023-04-18 16:00:06 +02:00
.gitlab-ci.yml is_to_be_delivered method and refactoring order views 2023-04-18 16:05:28 +02:00
dev-requirements.txt use pip-compile to generate requirements.txt 2023-04-19 18:02:34 +02:00
LICENSE license file and info 2023-03-30 16:54:42 +02:00
manage.py install black and format files 2023-04-18 16:01:10 +02:00
pyproject.toml install flake8-black and move pytest config in pyproject.toml 2023-04-19 18:02:03 +02:00
readMe.md install flake8-black and move pytest config in pyproject.toml 2023-04-19 18:02:03 +02:00
requirements.txt requirements files 2023-04-18 15:07:20 +02:00
setup.cfg install flake8-black and move pytest config in pyproject.toml 2023-04-19 18:02:03 +02:00

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 .