- Go to https://www.wardhacovidhelp.online/ to see the actual Website
- Now go to admin panel https://www.wardhacovidhelp.online/admin to see how data is managed in Backend.
- for Credentials use :
- Username :
demo
- Password :
pass@1234
- Username :
- Use the Above Credetials to log in. (! above credentials have only view Permissions )
- Download this repository using
git clone https://github.com/agajareiitr/wardha-covid-help.git
in some folder - Make a Virtual Environment using
python -m venv yourenvname
. - activate your
yourvenvname
usingyourvenvname\Scripts\activate
oryourvenvname\Scripts\activate.bat
command in command line. - Now go to
wardhacovidhelp
directory and run followings command :pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py createsuperuser
- Now run
python manage.py runserver
- Now go to
127.0.0.1:8000
to see the website.