hey there people...

I'm a long time python programmer starting to use django. I have a
problem with the template system. I'm loading the template in the
settings.py file inside TEMPLATE_DIR and it works perfectly even using
render_to_response. The problem is that the template I'm using has
many subdirectories and I'm not able to load none of the files of them
(it thinks it's under one of the directories set under urls.py). I
first tried setting MEDIA_ROOT and MEDIA_URL to the exact path and
even though I'm not getting 404s anymore, I'm still not able to load
the images residing in the subdirs and when I type http://localhost:8000/media
it somehow sends me to the site-packages/django/contrib dir... what am
I doing wrong? what could be the problem?? how do I load
subdirectories??

Thanx
vj

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