django-themes 0.1
A powerful application that can be used to develop themes to completely reskin your django apps.
# Django Themes #### Brandon R. Stoner <monokrome@monokro.me> ## What is this? Django Themes provides a mechanism for theming media for your web applications. This is done by storing a Theme model that contains a name for your theme and it's related directory. You can then access the list of themes and the current theme through these custom context_processors: ### themes.context_processors.list Gets the complete theme list and sets it to a context variable, theme_list ### themes.context_processors.current Gets the current theme and sets it to a context variable, current_theme ## Future developments: - Tie this system into the template system, so that themes can override other templates if needed. - Provide template tags that are functionally equivalent to the currently provided context processors.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-themes-0.1.tar.gz (md5) | Source | 2011-06-26 | 4KB | 301 | |
- Author: Brandon R. Stoner
- Home Page: http://github.com/LimpidTech/django-themes
- Keywords: web django menu navigation
- Categories
- Package Index Owner: monokrome
- DOAP record: django-themes-0.1.xml
