Install pour dev sur Readme

This commit is contained in:
Jonas Legion 2021-06-10 16:20:47 +02:00
parent 1f1faa713f
commit 1501cc381c
1 changed files with 5 additions and 5 deletions

View File

@ -1,15 +1,15 @@
# TiBillet-Ticket # TiBillet-Ticket
Vente de billet et gestion d'évènement. Vente de billet et gestion d'évènement.
## Installation pour dev': ## Installation pour dev' :
```shell ```shell
cd Docker/Development cd Docker/Development
docker-compose --build up -d docker-compose --build up -d
docker exec -ti tibillet_django migrate docker exec -ti tibillet_django bash
docker exec -ti tibillet_django rsp # --> dans le conteneur :
python manage.py migrate
rsp # bashrc alias pour : python /DjangoFiles/manage.py runserver_plus 0.0.0.0:8002
``` ```
# Credits : # Credits :