This project provides a minimal ticket management system built with Django. It is not production ready but demonstrates the basic architecture for the requested features.
- Python 3.12+
- pip
Run the provided setup script:
./setup.shThen start the development server:
cd corequeue
python3 manage.py runserver 0.0.0.0:8000Login with the superuser created during setup.
The interface uses Bootstrap 5 with a built-in dark mode toggle for a clean, professional look.