index page cruft

This commit is contained in:
Sanj 2011-12-21 17:22:26 +05:30
parent 689df93f8a
commit 64577069a0
3 changed files with 5 additions and 1 deletions

View File

@ -1 +1,5 @@
# Create your views here.
from django.shortcuts import render_to_response
def index(request):
return render_to_response("index.html", {})

View File

View File

@ -7,7 +7,7 @@ admin.autodiscover()
urlpatterns = patterns('',
# Example:
# (r'^chaloBEST/', include('chaloBEST.foo.urls')),
(r'^$', 'mumbai.views.index'),
# Uncomment the admin/doc line below to enable admin documentation:
(r'^admin/doc/', include('django.contrib.admindocs.urls')),