Hi:

Sorry for the lame question but this not at all obvious for a new user
to Django.

I can get my templates to display just fine, but I can't get the images
in them to appear and I don't want to write a view for all my imags.
Bahhh.

I keep images in /i/ in the template directories: like i/foo.png. But I
get 404 errors because django's dev server can find those without a
few. So how do I get my images out? I'd really like to serve them out
using the standard <img src=i/foo.png" />.

Thanks in advance.
J.


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