Django polls project with tests
pip install -r requirments.txt
python manage.py migrate
python manage.py shell
python manage.py runserver
coverage run --source='.' manage.py test polls
coverage report
Django polls project with tests
Repository from Github https://github.comajeebkp23/django-polls-project
Django polls project with tests
pip install -r requirments.txt
python manage.py migrate
python manage.py shell
python manage.py runserver
coverage run --source='.' manage.py test polls
coverage report
Django polls project with tests