Skip to content

Commit

Permalink
Merge pull request #87 from loicguillois/readme-create-user
Browse files Browse the repository at this point in the history
Ajout de la création de l'utilisateur admin dans le README
  • Loading branch information
Ash-Crow authored Feb 14, 2024
2 parents c4dff0d + b409347 commit 167edc8
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 tous les droits:

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

#### Lancer le serveur

```
Expand Down

0 comments on commit 167edc8

Please sign in to comment.