Opened 15 years ago

Closed 15 years ago

Last modified 13 years ago

#11622 closed (wontfix)

adding to server EXLUDE_URL

Reported by: presidentua Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

adding to server EXLUDE_URL

Sometimes server show many information, and I must pach it - http://tutamc.com/node/187

How great would be if this will be in configs server:
example:
manage.py runserver --exlude_url('/media/*',)

Thx a lot!!!

Change History (2)

comment:1 by Russell Keith-Magee, 15 years ago

Resolution: wontfix
Status: newclosed

I'm afraid I don't see the benefit here. The development server log is showing you the URLs that it has served - _all_ of them, including media.

If this is too much detail, then I have two comments:

  1. There are command line tools that are better suited to filtering stdout.
  2. If you're seeing "too many" requests for media, this is a possible indication of a performance problem you will need to address. If you look at the YSlow guidelines, one of the suggestions is to reduce the number of HTTP requests, using techniques such as spriting images. Hiding this detail doesn't make the problem go away.

Also - when you open a ticket, the ticket should contain as much detail as possible. While I'm sure that the blog article you link explains the problem, not all of us are able to read Russian. If you want your ticket to get the necessary attention, we need to understand the full extent of the problem, and that means a problem description in the common language of the community - English.

comment:2 by Jacob, 13 years ago

milestone: 1.2

Milestone 1.2 deleted

Note: See TracTickets for help on using tickets.
Back to Top