📝 Add info about createsuperuser

This commit is contained in:
Brian Wiborg 2025-09-27 05:09:07 +02:00
parent 4214204ef7
commit 67d4264f0d
No known key found for this signature in database

View file

@ -167,3 +167,10 @@ INSTALLED_APPS = [
JWT_SECRET = "t0ps3cr3t" JWT_SECRET = "t0ps3cr3t"
``` ```
Create a super-user:
```
ohmyapi createsuperuser
```