Good project tutorials with Django REST?

I have no idea and searching for tutorials that not only simple crud but something that involves some script in any part of the project, for example, an endpoint to manipulate images with Pillow, some crud with relationships (especially if there are m2m).

Or even django "normal" projects, but without focusing too much on templates and things that are not used in the DRF. For example, some tutorial that does not use the DRF, but the goal is something like working with CSV.

Do you have any recommendations?

1 thought on “Good project tutorials with Django REST?”

Leave a Comment