[Django]-Sending user to a page created based on their POST request in Django

8👍

Return a HttpResponseRedirect from your view that handles the POST.

Leave a comment