๐ 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
- ๐ง Django Chat: Django REST Framework
- ๐ How HTTP works and why itโs important - Free Code Camp
- ๐ A Beginnerโs Guide to REST