Skip to content

Commit

Permalink
Ajout de la création de l'utilisateur admin dans le README
Browse files Browse the repository at this point in the history
  • Loading branch information
loicguillois committed Feb 14, 2024
1 parent c4dff0d commit f9da823
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,14 @@ Cf. la [documentation de poetry](https://python-poetry.org/docs/#installation)
make init
```

#### Créer un utilisateur

- La commande suivante crée un utilisateur administrateur avec tout les droits:

```
poetry run python manage.py createsuperuser
```

#### Lancer le serveur

```
Expand Down

0 comments on commit f9da823

Please sign in to comment.