/Django-HelpDesk

Help Desk syatem with Django framework

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

Help Desk system with Django framework

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

Create Superuser:

   docker-compose run helpdeskapp helpdesk/manage.py createsuperuser

Run:

    docker-compose up

Feel free for any questions.