I won’t go into great detail on the entire issue of what an intermediary page, but if you’re having trouble posting to an intermediary page, then this might help. An intermediary page needs 3 fields for your a read/post to work: action index _selected_action Here’s where I added them, instead of directly in the template: [...]
Posts Categorized: Django
Finally…Basic Login / Logout Functionality
This is just a post to express the fact that I finally got basic login/logout functionality working on my Django project. There’s no code snippet, but I give the reference link.