Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nanoy42/coope
https://github.com/nanoy42/coope
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nanoy42/coope
- Owner: nanoy42
- License: mit
- Created: 2019-06-19T10:43:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-10T21:35:13.000Z (over 3 years ago)
- Last Synced: 2024-10-30T08:55:57.177Z (about 2 months ago)
- Language: Python
- Size: 8.17 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```