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

@@ -22,6 +22,20 @@ GET /api/jobs/stats/
POST /api/jobs/{id}/retry/
```
## Admin
The project uses `django-unfold` for the Django admin UI.
```text
http://localhost:8000/admin/
```
Create a user:
```powershell
docker compose exec backend python manage.py createsuperuser
```
## Worker
```powershell