Inefficient Django website that needs to be fixed in terms of:
- functionality,
- performance,
- SW design,
- testing coverage
Testing notes:
-
Testing coverage reached 96%
-
Used the following coverage command (excluded migration, test and wsgi files):
coverage run --source='.' --omit='/migrations/,/tests/,mysite/wsgi.py' manage.py test menu.tests
Built With:
- Django - a Python-based free and open-source web framework.
Authors: