|
|
|
@ -19,6 +19,7 @@ Application Django pour l’enregistrement des temps de courses des coureurs. |
|
|
|
``` |
|
|
|
``` |
|
|
|
3. Appliquez les migrations : |
|
|
|
3. Appliquez les migrations : |
|
|
|
```bash |
|
|
|
```bash |
|
|
|
|
|
|
|
python manage.py makemigrations coureurs courses |
|
|
|
python manage.py migrate |
|
|
|
python manage.py migrate |
|
|
|
``` |
|
|
|
``` |
|
|
|
4. Créez un superutilisateur : |
|
|
|
4. Créez un superutilisateur : |
|
|
|
|