One shouldn't have to generate migrations after cloning

This commit is contained in:
Martin Pépin 2019-10-04 23:57:24 +02:00
parent 475b46f147
commit e7932acf15
No known key found for this signature in database
GPG key ID: E7520278B1774448

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