diff options
| author | Jacob Kaplan-Moss | 2008-09-15 18:02:17 +0100 | 
|---|---|---|
| committer | Jacob Kaplan-Moss | 2008-09-15 18:02:17 +0100 | 
| commit | 5fd534e68dbd191c5d6062a39ae512b109cccbdb (patch) | |
| tree | 84eb90f2d418b321540e145e9f17e5c95f70208c /debug_toolbar/urls.py | |
| parent | a77ee9cee43ec01f43bebc71ad64702fa110b475 (diff) | |
| download | django-debug-toolbar-5fd534e68dbd191c5d6062a39ae512b109cccbdb.tar.bz2 | |
Modified scripts to use jQuery, and moved 'em to a better place.
Diffstat (limited to 'debug_toolbar/urls.py')
| -rw-r--r-- | debug_toolbar/urls.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/debug_toolbar/urls.py b/debug_toolbar/urls.py index c8ec7cd..26a5ca2 100644 --- a/debug_toolbar/urls.py +++ b/debug_toolbar/urls.py @@ -9,5 +9,5 @@ from django.conf.urls.defaults import *  from django.conf import settings  urlpatterns = patterns('',  -    url('^__debug__/m/(.*)$', 'debug_toolbar.views.debug_media', name='debug_toolbar_media'), +    url('^__debug__/m/(.*)$', 'debug_toolbar.views.debug_media'),  )
\ No newline at end of file | 
