Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 396 Bytes

File metadata and controls

11 lines (9 loc) · 396 Bytes

GetNotes

Notes of various subjects for the students of Gndu

To run the server use following commands:

  1. clone or download the file and extract it.
  2. open command prompt in extracted folder.
  3. Run the command 'pip install django' and then 'cd GetNotes'.
  4. Run the command 'py manage.py runserver'.
  5. Go to http://127.0.0.1:8000 in chrome.
  6. To break out of the server press 'ctrl+c'.