feat(admin): add unfold admin panel

This commit is contained in:
2026-06-21 02:03:58 +03:30
parent d57636e773
commit 7a2c26a4e6
5 changed files with 53 additions and 3 deletions

View File

@@ -35,6 +35,18 @@ API docs:
http://localhost:8000/api/docs/
```
Admin panel:
```text
http://localhost:8000/admin/
```
Create an admin user:
```powershell
docker compose exec backend python manage.py createsuperuser
```
## Architecture
```text