summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12013-10-09 15:32:12 +0530
committerhardythe12013-10-09 15:32:12 +0530
commitd62d66791e5de91ac628a654825340c6e71b3677 (patch)
treed2b862f4b884c3f99f3540cd16c21ccda5084960
parent6ba2ecefa13389382a20761331c11510335c6dec (diff)
downloadSciPy2012-d62d66791e5de91ac628a654825340c6e71b3677.tar.gz
SciPy2012-d62d66791e5de91ac628a654825340c6e71b3677.tar.bz2
SciPy2012-d62d66791e5de91ac628a654825340c6e71b3677.zip
resolving url issue
-rwxr-xr-xscipy2012/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy2012/urls.py b/scipy2012/urls.py
index 58134e6..40cb161 100755
--- a/scipy2012/urls.py
+++ b/scipy2012/urls.py
@@ -14,6 +14,6 @@ urlpatterns = patterns('',
# url(r'^admin/doc/', include('django.contrib.admindocs.urls')),
# Uncomment the next line to enable the admin:
- url(r'^2012/', include('conference.urls', namespace='conference')),
+ url(r'^', include('conference.urls', namespace='conference')),
url(r'^admin/', include(admin.site.urls)),
)