On Wednesday 05 March 2008 13:37:58 Brian Luft wrote:
> Serving static media really has nothing to do with Django. 

Funny that css and js are considered "static media".  In the spirit
of templating they should be dynamic.  I would characterize them as
junk_patched_on_to_a_crappy_platform.  But, Oh well.

> Presumably 
> your browser is reading the CSS file and making a request back to your
> web server for the file.  You haven't told us anything about your web
> server configuration.  What path is being requested to the server for
> the image file?  How is your web server handling that request?
>
> If you're using the development server, was there anything in the
> serving static media FAQ that you did not understand?

Therein lies the problem.  I don't want to have one set of code for
the development server and another for ?.  E.g., django code which 
works for sqlite works for MySQL.

I think I will explore using the template loader more creatively and
possibly recursively to produce inline css and js.

Thanks for all help.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to