summaryrefslogtreecommitdiff
path: root/scipy
diff options
context:
space:
mode:
authorJayaram R Pai2014-09-25 16:13:56 +0530
committerJayaram R Pai2014-09-25 16:13:56 +0530
commita5d89d3cb8bd12a6acc3c6338d9edf94cde65474 (patch)
tree07977532fcf704df3e7eebb8e177b77efac1871c /scipy
parent86165f1f8a7a9b87bb2a563c795935c7583bb932 (diff)
downloadscipy2014-a5d89d3cb8bd12a6acc3c6338d9edf94cde65474.tar.gz
scipy2014-a5d89d3cb8bd12a6acc3c6338d9edf94cde65474.tar.bz2
scipy2014-a5d89d3cb8bd12a6acc3c6338d9edf94cde65474.zip
added ALIAS_URL to config
Diffstat (limited to 'scipy')
-rw-r--r--scipy/urls.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scipy/urls.py b/scipy/urls.py
index 14eb39b..f4e2aa6 100644
--- a/scipy/urls.py
+++ b/scipy/urls.py
@@ -11,5 +11,5 @@ urlpatterns = patterns('',
url(dajaxice_config.dajaxice_url, include('dajaxice.urls')),
# For devel
- # url(r'^2014/', include('website.urls', namespace='website')),
+ url(r'^2014/', include('website.urls', namespace='website')),
)