summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhardythe12015-07-08 16:12:27 +0530
committerhardythe12015-07-08 16:12:27 +0530
commitc1ecbfc0c2069490644575a2c7ed19f9da37995c (patch)
treea8d0aefb6f3f1b1e35983d01b9bd453c9e5280d3
parentaee5c89e3d24ff42badf6a5b3e4d3ccb08052d90 (diff)
downloadSciPy2015-c1ecbfc0c2069490644575a2c7ed19f9da37995c.tar.gz
SciPy2015-c1ecbfc0c2069490644575a2c7ed19f9da37995c.tar.bz2
SciPy2015-c1ecbfc0c2069490644575a2c7ed19f9da37995c.zip
change url
-rw-r--r--scipy2015/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy2015/urls.py b/scipy2015/urls.py
index 9e9d4c7..18b0206 100644
--- a/scipy2015/urls.py
+++ b/scipy2015/urls.py
@@ -9,7 +9,7 @@ urlpatterns = patterns('',
# url(r'^blog/', include('blog.urls')),
url(r'^admin/', include(admin.site.urls)),
- url(r'^2015/', include('website.urls', namespace='website')),
+ url(r'^', include('website.urls', namespace='website')),
url(r'^', include('social.apps.django_app.urls', namespace='social')),
url(r'^', include('django.contrib.auth.urls', namespace='auth')),
)