Skip to main content

A powerful application that can be used to develop themes to completely reskin your django apps.

Project description

# 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.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-themes-0.1.tar.gz (4.1 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page