Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
(Move to ...)
Home
Me
▼
Monday, April 18, 2011
Django - Redirection
This is a simple example of redirection mechanism in Django.
from django.http import HttpResponseRedirect
def my_view(request):
return HttpResponseRedirect('http://google.com')
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment