3
0
Fork 0
mirror of https://github.com/nanoy42/coope synced 2024-05-03 16:12:22 +00:00
Go to file
2019-09-23 17:43:48 +02:00
coopeV3 Latex 2019-09-23 17:43:48 +02:00
docs Doc 2019-02-28 13:18:41 +01:00
gestion Latex 2019-09-23 17:43:48 +02:00
preferences Improve Yesno display 2019-09-23 12:52:51 +02:00
search Search 2019-09-23 12:44:32 +02:00
staticfiles Search 2019-09-23 12:44:32 +02:00
templates Reset password 2019-09-23 13:28:58 +02:00
users Latex 2019-09-23 17:43:48 +02:00
.gitignore Add command gencontributors and fix about page 2019-08-28 12:34:11 +02:00
CHANGELOG.md Update version info 2019-08-29 12:47:07 +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 Latex 2019-09-23 17:43:48 +02: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