Momentum logo
Team 8 Classroom

๐Ÿ REST APIs and Django ๐Ÿ

Posted on Jul 12th, 2021

Todayโ€™s Topics

  • HTTP requests and responses
  • REST APIs
  • Django REST Framework

๐ŸŽฏ Project

Complete the official Django REST Framework tutorial. You may find it easier going if you follow the guide by Will Vincent.

Will Vincent uses the exact same code and steps, but he takes more time to explain what is going on and uses the django admin interface instead of the shell to create objects in the database. Willโ€™s tutorial stops short of the last step, step 6, in the official tutorial. But if you finish step 5 and want to keep going, you can continue with the official tutorial.

You should complete the tutorial by tomorrow morning.

Some tips about the DRF Tutorial to keep in mind:

  • Do not copy & paste the code. Youโ€™ll get a lot more out of it if you type it out yourself.
  • Donโ€™t use the Momentum Django Project Template for the tutorial. The custom user model in that template conflicts with what the tutorial has you do.

๐Ÿ“– Read | ๐Ÿ“บ Watch | ๐ŸŽง Listen

๐Ÿ”– Resources

Back to home