An open API service indexing awesome lists of open source software.

https://github.com/clwluvw/django-helpdesk

Help Desk syatem with Django framework
https://github.com/clwluvw/django-helpdesk

bootstrap4 django django-framework docker docker-compose gunicorn helpdesk nginx python3

Last synced: 2 months ago
JSON representation

Help Desk syatem with Django framework

Awesome Lists containing this project

README

          

# 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.