mirror of
https://github.com/django/django.git
synced 2025-08-03 18:38:50 +00:00
Fixed #14507 -- Corrected the logic of the URL helpers and view of staticfiles to actual work like documented (only when settings.DEBUG is True). Thanks for the report and initial patch, mbi.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@14306 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
a28823e364
commit
1c4868f4c1
5 changed files with 31 additions and 8 deletions
|
@ -41,7 +41,4 @@ urlpatterns = patterns('',
|
|||
|
||||
# special headers views
|
||||
(r'special_headers/', include('regressiontests.special_headers.urls')),
|
||||
|
||||
# static files handling
|
||||
(r'^', include('regressiontests.staticfiles_tests.urls.default')),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue