Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 291 Bytes

File metadata and controls

8 lines (8 loc) · 291 Bytes

mysite

a simple personal website hosted on the local server. Setup :

  1. clone the repo
  2. install django using pip install django==1.9
  3. change directory using cd command to mysite
  4. run "python3 manage.py runserver" in terminal
  5. run the browser and type the localserver IP as the url