Hi Matt,

The super-short answer is:  it happens right here!
    
https://bitbucket.org/ralphbean/tw2core/src/7ea2e037772b/tw2/core/middleware.py#cl-155

The longer answer is, in order for a /resources/ resource to get registered with
the middleware and then be served (there), it needs to go through the injection
process.

Make sure you list it as one of the `resources` of one of your Widgets, and make
sure that Widget gets its <code>.display()</code> method called in one of your
templates.

If that fails you, I'll need to know more about your setup:  what more
specifically are you trying to do?  Can you paste us the relevant code?

Cheers-
 -Ralph

-- 
You received this message because you are subscribed to the Google Groups 
"TurboGears" 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/turbogears?hl=en.

Reply via email to