mammhoud / Ticketing-System-Django

A Sample ticketing system built with django framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-ticketing-system

A simple ticketing system built with the django framework

Install

python 3.6 or upgraded version
'''
pip install -r requirements.txt
'''
to run server
python manage.py runserver [ip]:[port]
or 
chmod +x
./python manage.py runserver

before run it

python manage.py makemigrations python manage.py migrate python manage.py createsuperuser

About

A Sample ticketing system built with django framework


Languages

Language:CSS 72.0%Language:HTML 14.2%Language:Python 7.5%Language:SCSS 4.3%Language:JavaScript 2.0%