mofca/mofca/recipes/views.py
2011-08-15 19:24:24 +05:30

5 lines
148 B
Python

# Create your views here.
from django.http import HttpResponseRedirect
def index(request):
return HttpResponseRedirect("http://blog.mofca.in")