Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 432 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 432 Bytes

Broken Version of Semi-Restful TV Shows

NOTE: The code is purposefully broken

Steps:

  • clone the repo: git clone https://github.com/morleytatro/semi-restful-tv-shows.git
  • activate your Django environment: source {{PATH_TO_YOUR_ENVIRONMENT}}/bin/activate
  • change directories: cd semi-restful-tv-shows
  • run the project: python manage.py runserver
  • visit http://localhost:8000 in your browser
  • Happy debugging!