summaryrefslogtreecommitdiff
path: root/tbc/urls.py
diff options
context:
space:
mode:
authorhardythe12014-06-16 11:36:35 +0530
committerhardythe12014-06-16 11:36:35 +0530
commit10d586434c8eb0f78b5d2ebd901d3d435f5fdd25 (patch)
tree4f8bba4dbae90bac69a64950e6fc58685cd5ee69 /tbc/urls.py
parentb80efba3af87ac8914530f216da38c24e750f529 (diff)
downloadPython-TBC-Interface-10d586434c8eb0f78b5d2ebd901d3d435f5fdd25.tar.gz
Python-TBC-Interface-10d586434c8eb0f78b5d2ebd901d3d435f5fdd25.tar.bz2
Python-TBC-Interface-10d586434c8eb0f78b5d2ebd901d3d435f5fdd25.zip
enabling site for some time to take scree shot on aakash
Diffstat (limited to 'tbc/urls.py')
-rw-r--r--tbc/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/urls.py b/tbc/urls.py
index 7ee91aa..0aa0b3c 100644
--- a/tbc/urls.py
+++ b/tbc/urls.py
@@ -2,7 +2,7 @@ from django.conf.urls import patterns, include, url
urlpatterns = patterns('',
- url(r'^$', 'tbc.views.TemporarilyUnavailable', name='TemporarilyUnavailable'),
+ url(r'^$', 'tbc.views.Home', name='Home'),
url(r'^internship-forms/$', 'tbc.views.InternshipForms', name='InternshipForms'),
url(r'^about-pythontbc/$', 'tbc.views.AboutPytbc', name='AboutPytbc'),
url(r'^register/$', 'tbc.views.UserRegister', name='UserRegister'),