This project is a fresh Django project. It should work like any other ticketing system. This is the same project I mentioned in my hacktoberfest video https://youtu.be/a7eTy9lPeJ4
RTask is a ticketing system written in python on top of Django.
-
Clone the repo, if you haven't already, and
cdto itgit clone https://github.com/RTask/RTask.gitcd RTask/ -
Install dependencies.
python3 -m pip install -r requirements.txt -
Run app
python3 rtask/manage.py runserver