Skip to content

helpdesk is python/django based issue tracking system

License

Notifications You must be signed in to change notification settings

ackepenek/helpdesk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

helpdesk

helpdesk is python/django based issue tracking system

requirements:

  • pip install Django==1.8.8
  • sudo apt-get install libjpeg-dev
  • pip install Pillow==2.9.0
  • pip install ConfigParser==3.3
  • sudo apt-get install postgresql9.3
  • sudo apt-get install python-psycopg2
  • python manage.py migrate auth
  • python manage.py migrate
  • python manage.py makemigrations
  • python manage.py createsuperuser

About

helpdesk is python/django based issue tracking system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published