{ "info": { "author": "Nikolaus Schlemm", "author_email": "capo@coder-nostra.org", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content" ], "description": "# django-themeswitch\n\n_django-themeswitch_ is a django app that allows users to easily switch between a set of predefined stylings.\n\n## Usage\n\nTo use _django-themeswitch_ update your `settings.py`:\n\n- add `themeswitch` to your `INSTALLED_APPS`\n- add 'themeswitch.context_processors.selected_theme' to your `TEMPLATE_CONTEXT_PROCESSORS`\n\nThen add an entry in your `urls.py` to include `themeswitch.urls`.\n\nIn your templates after you `{% load themeswitch_tags %}` you have access to the template tags `{% get_available_themes as VARIABLENAME %}`\nand `{% render_selected_theme_css %}`. Place the `{% render_selected_theme_css %}` somewhere in your template's `
`.\n\nNow add an entry `THEMESWITCHER_THEMES` to your `settings.py`. `THEMESWITCHER_THEMES` should be a dictionary that contains mappings of `