index page cruft
This commit is contained in:
parent
689df93f8a
commit
64577069a0
|
@ -1 +1,5 @@
|
|||
# Create your views here.
|
||||
from django.shortcuts import render_to_response
|
||||
|
||||
def index(request):
|
||||
return render_to_response("index.html", {})
|
||||
|
|
0
chaloBEST/templates/index.html
Normal file
0
chaloBEST/templates/index.html
Normal 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')),
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user