I'm still a bit unclear about the best way to refer to images in a
template. My server settings are written so that Django doesn't serve
the image directly. I have a subdomain to manage my media.

I refer to my logo in my site like this:

<img src="http://media.mysitename.com/img/logo.gif";>

It seems that it may not be the best practice to have more http://
calls than is absolutely necessary in a file.

Is there a better way to do this?


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to