Hi,
I have my TG app running in a Apache Server with mod_python, but
the content of static folder not have access / don't find it.
For example, I put in my master.kid this code:
<style type="text/css" media="screen">
@import "${tg.url('/static/css/style.css')}";
</style>
and
<img src="/static/images/logo.jpg" alt="logo of my company"
title="logo of my company"/>
But don't show me the image and the styles.
any idea ?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---