upd: readme

This commit is contained in:
Павел Лопатин 2025-08-03 20:49:40 +03:00
parent 5f51ac7d22
commit 50e5eebf06

View File

@ -45,4 +45,9 @@ Run migrations to setup database schema:
### Create superuser ### 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/)