📝 Add info about createsuperuser
This commit is contained in:
parent
4214204ef7
commit
67d4264f0d
1 changed files with 7 additions and 0 deletions
|
|
@ -167,3 +167,10 @@ INSTALLED_APPS = [
|
|||
|
||||
JWT_SECRET = "t0ps3cr3t"
|
||||
```
|
||||
|
||||
Create a super-user:
|
||||
|
||||
```
|
||||
ohmyapi createsuperuser
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue