/ Published in: Django
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
from django.http import HttpResponseRedirect def myview(request): Â ... Â return HttpResponseRedirect("/path/")
URL: http://stackoverflow.com/questions/523356/python-django-page-redirect