From f45feeee25a3a5792903aab708263a8292fb42b7 Mon Sep 17 00:00:00 2001 From: Sanj Date: Mon, 11 Jul 2011 01:57:33 +0530 Subject: [PATCH] change urls - the website is now live --- edgware/urls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edgware/urls.py b/edgware/urls.py index 1a52c1d..87c09a4 100644 --- a/edgware/urls.py +++ b/edgware/urls.py @@ -38,7 +38,7 @@ urlpatterns = patterns('', (r'^sandbox/logout$', logout), # (r'^$', 'django.views.generic.simple.redirect_to', {'url': '/slider/'}), - (r'^$', 'main.views.comingsoon'), + (r'^$', 'main.views.home'), (r'^robots.txt(?P)$', 'django.views.static.serve', { 'document_root' : "/home/itf/soc/edgware/static/txt/robots.txt" } ), # Uncomment the admin/doc line below and add 'django.contrib.admindocs' # to INSTALLED_APPS to enable admin documentation: