diff options
author | hardythe1 | 2015-07-07 17:19:21 +0530 |
---|---|---|
committer | hardythe1 | 2015-07-07 17:19:21 +0530 |
commit | b5d4fbffcdff366c67923194960f8fb61c328653 (patch) | |
tree | da866c0d8f61e967686dfcc3dd863267c5a139ce | |
parent | 58fff94bc6025629e4d5bebd5b89090b94bfe9eb (diff) | |
download | SciPy2015-b5d4fbffcdff366c67923194960f8fb61c328653.tar.gz SciPy2015-b5d4fbffcdff366c67923194960f8fb61c328653.tar.bz2 SciPy2015-b5d4fbffcdff366c67923194960f8fb61c328653.zip |
append 2015 to urls
-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 18b0206..9e9d4c7 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'^', include('website.urls', namespace='website')), + url(r'^2015/', include('website.urls', namespace='website')), url(r'^', include('social.apps.django_app.urls', namespace='social')), url(r'^', include('django.contrib.auth.urls', namespace='auth')), ) |