{ "info": { "author": "Brandon R. Stoner", "author_email": "monokrome@limpidtech.com", "bugtrack_url": null, "classifiers": [ "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application" ], "description": "# Django Themes\n#### Brandon R. Stoner \n\n## What is this?\nDjango 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:\n\n### themes.context_processors.list\n\nGets the complete theme list and sets it to a context variable, theme_list\n\n### themes.context_processors.current\n\nGets the current theme and sets it to a context variable, current_theme\n\n## Future developments:\n- Tie this system into the template system, so that themes can override other\n templates if needed.\n- Provide template tags that are functionally equivalent to the currently\n provided context processors.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/LimpidTech/django-themes", "keywords": "web django menu navigation", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "django-themes", "package_url": "https://pypi.org/project/django-themes/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-themes/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/LimpidTech/django-themes" }, "release_url": "https://pypi.org/project/django-themes/0.1/", "requires_dist": null, "requires_python": null, "summary": "A powerful application that can be used to develop themes to completely reskin your django apps.", "version": "0.1" }, "last_serial": 790867, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "64cbcb962fd15299f7292401ec455729", "sha256": "b85614564d41203a6905d2c1bb9d087a28fd83c9b268fc77b447a4eea87b38e5" }, "downloads": -1, "filename": "django-themes-0.1.tar.gz", "has_sig": false, "md5_digest": "64cbcb962fd15299f7292401ec455729", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4114, "upload_time": "2011-06-26T04:18:03", "url": "https://files.pythonhosted.org/packages/e7/46/e445fcf5eff7fa0becdc2b4796e4acf6af3a341b6bbb1ce4668e5c0d6356/django-themes-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "64cbcb962fd15299f7292401ec455729", "sha256": "b85614564d41203a6905d2c1bb9d087a28fd83c9b268fc77b447a4eea87b38e5" }, "downloads": -1, "filename": "django-themes-0.1.tar.gz", "has_sig": false, "md5_digest": "64cbcb962fd15299f7292401ec455729", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4114, "upload_time": "2011-06-26T04:18:03", "url": "https://files.pythonhosted.org/packages/e7/46/e445fcf5eff7fa0becdc2b4796e4acf6af3a341b6bbb1ce4668e5c0d6356/django-themes-0.1.tar.gz" } ] }