Live site: https://warm-beach-37724.herokuapp.com
Slides: https://drive.google.com/drive/folders/1Jtyh39obV1v_us9bhiLv7CBNBeXTJOAu?usp=sharing
cd into the Recycling-System:
$ python manage.py runserver
Note: Install dependancies before running the commands below:
cd into the Recycling-System:
$ coverage run --source="." manage.py test
$ ./manage.py test <appname> --cover-html
$ open cover/index.html
cd into the Recycling-System:
$ coverage run --source="." manage.py test
$ coverage report
cd into the Recycling-System:
$ pylint --generated-members=objects
cd into the Recycling-System/Documentation:
$ make html