Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 410 Bytes

File metadata and controls

11 lines (10 loc) · 410 Bytes

How to set up and run project

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