Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 652 Bytes

File metadata and controls

9 lines (5 loc) · 652 Bytes

A frontend dude comes to Backendville

This repo stores my code and notes while going over the DRF tutorial. Each part of the tutorial has a subdirectory with an individual README inside of the tutorial folder.

Developer tools

  • Install black, pylint, and pylint-django in addition to the packages listed in the requirements file.

  • Create a Postman environment variable called api_drf and point it to the API base URL (if you want to use the collection).