Build and Handle POST Requests in Django – Part 3
In the third part of this tutorial series, you’ll continue to build out a social network with Django. You’ll make it possible to follow and unfollow user profiles, create buttons to handle POST requests, and set up Django models for your users’ text-based content.
Read the full tutorial on Real Python: