Hi,

I am thinking of making a "theme" application. The idea is to change the
theme of the site easily from a list of available them (like in gmail).
The theme selection can be based on
- User (every user can choose her own theme)
- Site (every site can have its own theme)
- Browser specific
- Random (new theme on every page:) )

>From my understanding, a theme is basically
- Template file(s)
- CSS file and images

if the "rendering" function is passed a theme-name, it can fetch the
corresponding template files. The choice of theme-name selection can be
defined by the code.

I want to get the feedback from the django gurus before I dive into this ...

thanks

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

Reply via email to