After finished reading and practicing with Django for APIs (by William Vincent) I'm planning to do the official tutorial.
- Better understand drf concepts
- Getting more familiar with using the Documentation (btw here is a nice trick)
- Getting ready for personal projects
- 1 - Serialization
- 2 - Requests and responses
- 3 - Class based views
- 4 - Authentication and permissions
- 5 - Relationships and hyperlinked APIs
- 6 - Viewsets and routers
To avoid deleting code (and potentially good comments) I'll create a new Branche for each part.