diff options
author | hardythe1 | 2013-10-09 15:32:12 +0530 |
---|---|---|
committer | hardythe1 | 2013-10-09 15:32:12 +0530 |
commit | d62d66791e5de91ac628a654825340c6e71b3677 (patch) | |
tree | d2b862f4b884c3f99f3540cd16c21ccda5084960 | |
parent | 6ba2ecefa13389382a20761331c11510335c6dec (diff) | |
download | SciPy2012-d62d66791e5de91ac628a654825340c6e71b3677.tar.gz SciPy2012-d62d66791e5de91ac628a654825340c6e71b3677.tar.bz2 SciPy2012-d62d66791e5de91ac628a654825340c6e71b3677.zip |
resolving url issue
-rwxr-xr-x | scipy2012/urls.py | 2 |
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)), ) |