upd: readme
This commit is contained in:
parent
5f51ac7d22
commit
50e5eebf06
@ -45,4 +45,9 @@ Run migrations to setup database schema:
|
||||
|
||||
### Create superuser
|
||||
|
||||
`python apps/users/scripts/create_user.py -un admin -al 3 -pass adminpass`
|
||||
`python apps/users/scripts/create_user.py -un admin -al 3 -pass adminpass`
|
||||
|
||||
### Useful URLs
|
||||
|
||||
- **Admin panel:** [http://127.0.0.1:8000/admin/](http://127.0.0.1:8000/admin/)
|
||||
- **Swagger UI (API docs):** [http://127.0.0.1:8000/docs/](http://127.0.0.1:8000/docs/)
|
Loading…
Reference in New Issue
Block a user