diff options
author | hardythe1 | 2015-07-08 16:12:27 +0530 |
---|---|---|
committer | hardythe1 | 2015-07-08 16:12:27 +0530 |
commit | c1ecbfc0c2069490644575a2c7ed19f9da37995c (patch) | |
tree | a8d0aefb6f3f1b1e35983d01b9bd453c9e5280d3 | |
parent | aee5c89e3d24ff42badf6a5b3e4d3ccb08052d90 (diff) | |
download | SciPy2015-c1ecbfc0c2069490644575a2c7ed19f9da37995c.tar.gz SciPy2015-c1ecbfc0c2069490644575a2c7ed19f9da37995c.tar.bz2 SciPy2015-c1ecbfc0c2069490644575a2c7ed19f9da37995c.zip |
change url
-rw-r--r-- | scipy2015/urls.py | 2 |
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')), ) |