diff options
author | hardythe1 | 2013-10-09 15:27:44 +0530 |
---|---|---|
committer | hardythe1 | 2013-10-09 15:27:44 +0530 |
commit | 3f0edc9409731e43349ff83403f402315956a04f (patch) | |
tree | 0c2645947ce48929cb2319554f23e5e5288dce12 /scipy2012 | |
parent | 1ce3a401fc6658e76ee9b0234094b116dddf14a0 (diff) | |
download | SciPy2012-3f0edc9409731e43349ff83403f402315956a04f.tar.gz SciPy2012-3f0edc9409731e43349ff83403f402315956a04f.tar.bz2 SciPy2012-3f0edc9409731e43349ff83403f402315956a04f.zip |
resolving url issue
Diffstat (limited to 'scipy2012')
-rwxr-xr-x | scipy2012/urls.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/scipy2012/urls.py b/scipy2012/urls.py index 8ec55eb..58134e6 100755 --- a/scipy2012/urls.py +++ b/scipy2012/urls.py @@ -14,11 +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'^admin/', include(admin.site.urls)), - url(r'^$', home), - url(r'^keynote/', keynote), - url(r'^tutorials/', tutorials), - url(r'^talks/', talks), - url(r'^sponsors/', sponsors), - url(r'^details/(\d+)/$', details), ) |