Online Grievance Management System at Institute level
- Python 3.6 (or later)
It can be installed from: https://www.python.org/downloads/
- Django 2.0 (or later)
It can be installed using:
pip install django
To check the django version, open cmd and type:
py import django django.VERSION
- Forking the Repository
- Cloning
You can clone the repo in your local system using following command :
`git clone https://github.com/user-name/GMsys.git`
Note: Replace "user-name" with your Github username.
- Setting Upstream
`git remote add upstream https://github.com/harry-hov/GMsys.git`
To run the project,
- Go to the project directory.
- Open Command Prompt.
py manage.py runserver
- Open "http://localhost:8000" in any browser.
git fetch upstream
git rebase upstream/master
git push -f origin master
Note: make sure that "master" is your current branch