- COVID Help :Updated help and resources available in states and cities.
- COVID Map: Updated India map and graphs illustrating the count of cases in states and districts.
- COVID Local: Updated local and national news related to COVID-19.
Create a new Django project using this template:
$ django-admin.py startproject --template=https://github.com/amisha-w/Covid19India-News/archive/master.zip <project_name>
Install the project's dependencies and setup project environment.
$ cd projectname/
$ virtualenv venv
$ venv/scripts/activate
$ pip install -r requirements.txt
$ python manage.py migrate
$ python manage.py runserver
We're are open to enhancements
& bug-fixes