diff options
author | Jayaram R Pai | 2014-09-21 13:15:37 +0530 |
---|---|---|
committer | Jayaram R Pai | 2014-09-21 13:15:37 +0530 |
commit | f2ca0b3324dbfb5fd180f0f2c46dc6f36c786292 (patch) | |
tree | 5eeb5e21849dfb6e911fc024433b86f37deb2f56 /scipy | |
parent | 96156a0b7f59372dfa22710a45e1443af71bb8fb (diff) | |
download | scipy2014-f2ca0b3324dbfb5fd180f0f2c46dc6f36c786292.tar.gz scipy2014-f2ca0b3324dbfb5fd180f0f2c46dc6f36c786292.tar.bz2 scipy2014-f2ca0b3324dbfb5fd180f0f2c46dc6f36c786292.zip |
fixed /2014 redirects
Diffstat (limited to 'scipy')
-rw-r--r-- | scipy/urls.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scipy/urls.py b/scipy/urls.py index 3e64f3a..14eb39b 100644 --- a/scipy/urls.py +++ b/scipy/urls.py @@ -9,4 +9,7 @@ urlpatterns = patterns('', # Dajaxice urls url(dajaxice_config.dajaxice_url, include('dajaxice.urls')), + + # For devel + # url(r'^2014/', include('website.urls', namespace='website')), ) |