This is just a simple Django admin made for automation test purposes.
The system is hosted here: https://automation-workshop.hacksoft.io/admin/
docker compose build
docker compose run web python manage.py migrate
docker compose up
docker compose run web python manage.py createsuperuser
docker compose run web python manage.py flush