0👍
I actually used HTTPResponseRedirect, because the redirect shortcut wouldn’t accept a URL and was expecting a filepath for some reason.
Evidently there are a few ways to do this (tsk, tsk Django, not following the Python language principle so well). Haha, I’m happy something’s working though!
- [Answered ]-Django Endless Pagination – Showing Current Number of Results (not pages)
- [Answered ]-Django – extend date template filter
- [Answered ]-Getting KeyError at login_user function view for member_id
- [Answered ]-Django: CSS and Images (Static Files) loaded successfully but not applied
- [Answered ]-What does passing lambda in urlconf in django mean?
Source:stackexchange.com