diff options
author | Johannes Raggam <raggam-nl@adm.at> | 2011-06-08 14:34:45 (GMT) |
---|---|---|
committer | Johannes Raggam <raggam-nl@adm.at> | 2011-06-08 14:34:45 (GMT) |
commit | 3fd396b6d940070d3004da09265e1b99559364e0 (patch) | |
tree | 9e94991f2dd356314ce261b79852d69cc495cf8c | |
parent | 4d4b54e842c9651763a497e1fb26c672403e78e5 (diff) |
remove comapt url, since it breaks deliverance integration
-rw-r--r-- | urls.py | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -7,11 +7,6 @@ admin.autodiscover() urlpatterns = patterns('', (r'^admin/', include(admin.site.urls)), (r'^program/', include('program.urls')), - (r'^programm/', include('program.urls')), # programcalendar.js has to link - # to /programm, so that deliverance integration works. that would - # break django compat, so this url rule is added. come up with a bttr - # solution and implement it to avoid redundancy and hacks. - # i don't care yet. (r'^nop', include('nop.urls')), (r'^tinymce/', include('tinymce.urls')), ) |