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
- Host: GitHub
- URL: https://github.com/clwluvw/django-helpdesk
- Owner: clwluvw
- License: gpl-3.0
- Created: 2019-04-29T22:55:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T10:15:23.000Z (about 7 years ago)
- Last Synced: 2025-12-02T01:59:00.061Z (6 months ago)
- Topics: bootstrap4, django, django-framework, docker, docker-compose, gunicorn, helpdesk, nginx, python3
- Language: JavaScript
- Homepage:
- Size: 3.07 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.