How to set up and run project
- Make sure you have Django and Python downloaded to at least the version listed in requirements.txt. $ python --version $ python -m django --version
- Go to the folder HomeworkManager $ cd HomeworkManager then run $ python manage.py runserver to begin the web application running.
- Go to 127.0.0.1:8000 or localhost:8000 on any browser to use the web application.