Get ID from submitted form in Django
I’m using React and Django and have created a form for user input. On submit I would like the ID of the post to be returned so the page can automatically load the next step using the ID in the URL. Currently the post is added to the database just fine but I’m having trouble… Read More Get ID from submitted form in Django