В Вск, 08/01/2006 в 11:42 -0500, Jeffrey E. Forcier пишет:

> 0.9, but I'm not positive) generic view which lets you assign a URL  
> to a template directly without having to write a tiny custom view for  
> it.
> http://www.djangoproject.com/documentation/generic_views/
Thanks, i'm already somewhat mastered generic-views (=

I'v asked about how to aquire in my templates values from settings.py
such as BASE_URL, MEDIA_URL, DEBUG, etc. It seems as i need to write a
template tag.. And use something as {% setting MEDIA_URL %}. Is there a
way to use it directly, like {{ MEDIA_URL }} ?

Btw, how about implementaion of 'skins' for django apps? Any
suggestions?

Reply via email to