On Wed, Jul 14, 2010 at 4:08 AM, Marius Gedminas <[email protected]> wrote:
> On Wed, Jul 14, 2010 at 12:08:59AM -0700, Guyren G Howe wrote:
>> I'm trying to sort out why my routing.py isn't working as advertised.
>>
>> Turns out, I can comment out everything between map.minimization =
>> False, and return map, and *some* of my routes (/pwd_reset, /admin)
>> still work. Are these maybe default names defined somewhere outside my
>> project, or implicitly defined inside my project somehow, or is the
>> route getting cached somewhere? This has me completely befuddled.
>
> You're asking TurboGears questions on a Pylons list.
>
> Most of us don't have the answers.

They are not defined in Pylons. Only the ones starting with /error and
/{controller} are in a default Pylons application. We don't know what
TurboGears defines. Some of them may be intercepted by middleware.

-- 
Mike Orr <[email protected]>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to