3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-05-02 15:42:24 +00:00
Go to file
2019-08-28 12:34:11 +02:00
coopeV3 Add command gencontributors and fix about page 2019-08-28 12:34:11 +02:00
django_tex Merge branch 'master' of https://github.com/nanoy42/coope 2019-06-23 20:01:54 +02:00
docs Doc 2019-02-28 13:18:41 +01:00
gestion Add number of quotes on stats page. Close #10 2019-08-27 18:25:53 +02:00
preferences Fix price profile deleteion. Fix #12 2019-08-27 18:51:24 +02:00
staticfiles Fix cotisations 2019-08-20 21:21:33 +02:00
templates Add command gencontributors and fix about page 2019-08-28 12:34:11 +02:00
users Fix divide issues 2019-06-27 23:03:19 +02:00
.gitignore Add command gencontributors and fix about page 2019-08-28 12:34:11 +02:00
CHANGELOG.md Informations de version 2019-08-20 21:23:47 +02:00
LICENSE Create LICENSE 2019-06-23 20:00:21 +02:00
manage.py Initial commit 2018-08-30 18:53:00 +02:00
README.md Ajustement et fix de bugs 2018-12-13 19:26:58 +01:00
requirements.txt Doc 2019-02-28 13:18:41 +01:00

CoopeV3 by Nanoy

Installation

Pour installer le projet :

git clone https://gitlab.rezometz.org/coope/coopeV3.git

Il faut ensuite créer un environnement virtuel associé à ce projet (si le dossier de l'env se trouve dans le dossier du projet, appelez le venv). Installer ensuite toutes les dépendances du projet :

pip3 install -r requirements.txt

Il faut ensuite copier le fichier local_settings.example.py en un fichier local_settings.py dans le dossier coopeV3 puis le remplir avec les informations. Executez ensuite les commandes suivantes :

./manage.py migrate
./manage.py collectstatic

Vous pouvez créer un super-user en executant la commande

./manage.py createsuperuser