change default back to blog redirect
This commit is contained in:
parent
a3ba393c2d
commit
dc5831bd59
|
@ -3,7 +3,7 @@ from django.http import HttpResponseRedirect
|
|||
from django.shortcuts import render_to_response
|
||||
|
||||
def index(request):
|
||||
return render_to_response("test/index.html", {})
|
||||
return HttpResponseRedirect("http://blog.mofca.in")
|
||||
|
||||
def test(request):
|
||||
return render_to_response("test/index.html", {})
|
||||
|
|
Loading…
Reference in New Issue
Block a user