A very simple help desk management system with Django framework
Dockerized with Nginx and Gunicorn
- All register users will automatically be client. If you want to add Support you should add registered user to
supports
group
docker-compose run helpdeskapp helpdesk/manage.py createsuperuser
docker-compose up
Feel free for any questions.