You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Yoann Piétri 3f970fe199 Fix cancel consumption 4 years ago
coopeV3 Ajout du wall of fame 5 years ago
docs Doc 5 years ago
gestion Fix cancel consumption 4 years ago
preferences Improve Yesno display 5 years ago
search Improve search and fix keg edition 5 years ago
staticfiles Random colors and fixes 4 years ago
templates Ajout du wall of fame 5 years ago
users Random colors and fixes 4 years ago
.gitignore Add command gencontributors and fix about page 5 years ago
CHANGELOG.md Changelog 5 years ago
LICENSE Create LICENSE 5 years ago
README.md Ajustement et fix de bugs 5 years ago
manage.py Initial commit 6 years ago
requirements.txt Latex 5 years ago

README.md

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