TRINIT_HackOverflowSquad_Dev02 - Bug Tracker System

PPT- https://docs.google.com/presentation/d/1RiBjRxTcjMEcbi8Sdi8CqayNF9EpRYpMZAKCs2sIYlo/edit#slide=id.p Demo - https://drive.google.com/file/d/1grRKmIVe_TMKpHQ1ZIUTmAOCt5HNYX9t/view?usp=sharing


Setting up the project:


Installing and using a Virtual Environment

pip install virtualenvwrapper-win
mkvirtualenv test   test = name of virtual env


Install required packages:

pip install -r requirements.txt

To run project:

After ensuring that we are in a virtual environment (If not, use workon test)

python manage.py makemigrations
python manage.py migrate
python manage.py runserver

Visit development server http://127.0.0.1:8000/


Admin Site:

http://127.0.0.1:8000/admin