Online exam test bank
To create an superuser account, use this command:
$ python manage.py createsuperuser
To run the tests, check your test coverage, and generate an HTML coverage report:
$ coverage run manage.py test $ coverage html $ open htmlcov/index.html
$ py.test