Compare commits

...

2 commits

Author SHA1 Message Date
Martin Pépin
e7932acf15
One shouldn't have to generate migrations after cloning 2019-10-04 23:57:24 +02:00
Martin Pépin
475b46f147
Generate missing migration 2019-10-04 23:40:07 +02:00
2 changed files with 35 additions and 1 deletions

View file

@ -34,7 +34,6 @@ Enfin, installez les autres dépendances :
. venv/bin/activate . venv/bin/activate
pip install --update pip pip install --update pip
pip install -r requirements-dev.txt pip install -r requirements-dev.txt
python manage.py makemigrations
python manage.py migrate python manage.py migrate
Vous pouvez alors lancez le serveur de développement Vous pouvez alors lancez le serveur de développement

File diff suppressed because one or more lines are too long