Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 564 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 564 Bytes

Improve-a-Django-Project

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:

  1. Django - a Python-based free and open-source web framework.

Authors:

Ayman Said