{ "info": { "author": "w.Tayyeb", "author_email": "tayyeb@tsaze.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: Dynamic Content", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development :: Libraries :: Application Frameworks", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "Django Template Theming\r\n***********************\r\n\r\n.. image:: https://travis-ci.org/wtayyeb/django-template-theming.svg?branch=master\r\n :target: https://travis-ci.org/wtayyeb/django-template-theming\r\n\r\nDjango application, implement theming concept for templates, flexible and configurable from admin interface.\r\n\r\nInstallation\r\n============\r\n\r\nYou can install the most recent **Django Template Theming** version using pip: ::\r\n\r\n pip install django-template-theming\r\n\r\nSetup\r\n=====\r\n\r\n**NOTE**: The following settings should be added to the project file `settings.py`.\r\n\r\n1. Add 'theming' to ``INSTALLED_APPS``: ::\r\n\r\n INSTALLED_APPS += ( 'theming', )\r\n \r\n if using django-compressor make sure put theming before compressor\r\n\r\n2. Add 'theming.middleware.ThemingMiddleware' to ``MIDDLEWARE_CLASSES``: ::\r\n\r\n MIDDLEWARE_CLASSES += ( 'theming.middleware.ThemingMiddleware', )\r\n\r\n3. Add 'theming.template.Loader' to ``TEMPLATE_LOADERS``: ::\r\n\r\n TEMPLATE_LOADERS += ( 'theming.template.Loader', )\r\n\r\nUsage\r\n=====\r\n\r\nIt should create a folder ``themes`` at the project with the following structure: ::\r\n\r\n django_project/\r\n | -- themes/\r\n | -- default/ ** theme name\r\n | -- static/ ** will collected by `collectstatic` management command\r\n | | -- styles/\r\n | | -- scripts/\r\n | | -- images/\r\n | -- templatefiles and folders\r\n\r\nContributing\r\n============\r\n\r\nDevelopment of **django-template-theming** happens at github and any idea and contribution is wellcome. \r\nhttps://github.com/wtayyeb/django-template-theming\r\n\r\nCredits\r\n=======\r\n\r\n* w.Tayyeb: https://github.com/wtayyeb\r\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wtayyeb/django-template-theming", "keywords": "django template theme theming host", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "django-template-theming", "package_url": "https://pypi.org/project/django-template-theming/", "platform": "", "project_url": "https://pypi.org/project/django-template-theming/", "project_urls": { "Homepage": "https://github.com/wtayyeb/django-template-theming" }, "release_url": "https://pypi.org/project/django-template-theming/0.8.2/", "requires_dist": null, "requires_python": "", "summary": "Django application, implement theming concept, flexible and configurable.", "version": "0.8.2" }, "last_serial": 3138539, "releases": { "0.7.10": [ { "comment_text": "", "digests": { "md5": "bdb921570d8bba00db4ffa7b3e802678", "sha256": "b95e570873e9c1c46a9ba2ab848e3f511b912efd6e7581f449c137c9f7d92ff8" }, "downloads": -1, "filename": "django_template_theming-0.7.10-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "bdb921570d8bba00db4ffa7b3e802678", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12442, "upload_time": "2017-05-08T06:49:35", "url": "https://files.pythonhosted.org/packages/48/5f/c175536457d262a8304ad48c9de6054fbc81cf18d3faa97493d63516e7a7/django_template_theming-0.7.10-py2.py3-none-any.whl" } ], "0.7.1b0": [], "0.7.4": [], "0.7.5": [ { "comment_text": "", "digests": { "md5": "fa1892fa1327afc90eef6d8c2ecd3cec", "sha256": "14b4c14f7c70d270f358e7abfdd31b5b04450ecd773de61f1a3f4c53ab85a01a" }, "downloads": -1, "filename": "django_template_theming-0.7.5-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fa1892fa1327afc90eef6d8c2ecd3cec", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10657, "upload_time": "2015-11-10T16:56:22", "url": "https://files.pythonhosted.org/packages/2c/cf/d5325f771305fad88540ba798e80fb277eba991f8ee7500b8a8c0210c765/django_template_theming-0.7.5-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e16a258e248862976bae096805183af5", "sha256": "c92ba513c5efbfbc7fa9c032d0484afbac215b9b565d4a3d5607f48f4bb96d5a" }, "downloads": -1, "filename": "django-template-theming-0.7.5.zip", "has_sig": false, "md5_digest": "e16a258e248862976bae096805183af5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12539, "upload_time": "2015-11-10T16:54:23", "url": "https://files.pythonhosted.org/packages/ce/ca/fddb1406120e3eae83fa42692e984bbe5ea51582b300d473bcb0e964f299/django-template-theming-0.7.5.zip" } ], "0.7.6": [ { "comment_text": "", "digests": { "md5": "766853865175c9735863108a223a53c4", "sha256": "dfdbea1e575fef6d811c4a38ef3c1ec3ee7873187c78c475d3dc252705269aec" }, "downloads": -1, "filename": "django_template_theming-0.7.6-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "766853865175c9735863108a223a53c4", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11599, "upload_time": "2016-12-19T21:43:03", "url": "https://files.pythonhosted.org/packages/3c/c6/e53dfe3851dbb64edd6b89b86d18a63b41518a4c281e6fbc62a78f366453/django_template_theming-0.7.6-py2.py3-none-any.whl" } ], "0.7.7": [ { "comment_text": "", "digests": { "md5": "0ad498fe9b09e7c7af891fafaee90607", "sha256": "8ae0349668aab449eb52842c316ebeafc54475a03919a4cf47187af9839cb1a7" }, "downloads": -1, "filename": "django_template_theming-0.7.7-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0ad498fe9b09e7c7af891fafaee90607", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 11889, "upload_time": "2016-12-29T21:33:14", "url": "https://files.pythonhosted.org/packages/d4/44/243a6ce19b10f280cfaf3e91763bc910b725ec3d7b73c1a96a4de01e1e36/django_template_theming-0.7.7-py2.py3-none-any.whl" } ], "0.7.8": [ { "comment_text": "", "digests": { "md5": "324ad8c77ae3c960d9d43b6dc705774e", "sha256": "4d526844188de52f2fa59f9ce5e9646ed1b48a8be69404218e579567b2bdae67" }, "downloads": -1, "filename": "django_template_theming-0.7.8-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "324ad8c77ae3c960d9d43b6dc705774e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12364, "upload_time": "2017-05-08T00:40:36", "url": "https://files.pythonhosted.org/packages/ab/1b/cfb3ea8923d91e6416a92ff0cc8f114369d6dfbb0095825054f4c9fe791d/django_template_theming-0.7.8-py2.py3-none-any.whl" } ], "0.7.9": [ { "comment_text": "", "digests": { "md5": "4247efb7f78aa350b4075f91f51ccc3e", "sha256": "a233d3e5253e42ff12e2b6438e7ba150fec121698aff9dd77379992579f27ee9" }, "downloads": -1, "filename": "django_template_theming-0.7.9-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "4247efb7f78aa350b4075f91f51ccc3e", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12264, "upload_time": "2017-05-08T06:26:02", "url": "https://files.pythonhosted.org/packages/29/ef/3bf2977fbb074bdc3b81856ba397f423cd5bd33cd633d0d1004e45cea6b6/django_template_theming-0.7.9-py2.py3-none-any.whl" } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "b44aedc8d02dcb5c4fe0ad15f2ce5cb7", "sha256": "8198d307a0c3f7d4479fb12bdff65c956fe8c0582b3c09b8bdefa3230274d504" }, "downloads": -1, "filename": "django_template_theming-0.8.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "b44aedc8d02dcb5c4fe0ad15f2ce5cb7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12418, "upload_time": "2017-05-24T11:52:45", "url": "https://files.pythonhosted.org/packages/34/67/5e095edf1c415b35bdcbdb743b2f4a979d8eacb7ef21a323b8925098cd2c/django_template_theming-0.8.0-py2.py3-none-any.whl" } ], "0.8.1": [ { "comment_text": "", "digests": { "md5": "9f2435e87fa1a21a56d2c7290160d514", "sha256": "fac11d20a7f4e344f17a492adae3022e7c1e0be8713b36239bbf53c943e15861" }, "downloads": -1, "filename": "django_template_theming-0.8.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "9f2435e87fa1a21a56d2c7290160d514", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12424, "upload_time": "2017-08-31T17:46:08", "url": "https://files.pythonhosted.org/packages/f2/bf/c39293761cc1b427f61695474cd59d999f392ca7e8f6a8efdae13c4a04bf/django_template_theming-0.8.1-py2.py3-none-any.whl" } ], "0.8.2": [ { "comment_text": "", "digests": { "md5": "95fadb17eba92dedc402d0ed3ffa2813", "sha256": "3b65ac66bed8156c3bb3b20399d59e94b91896175a2f141cd17c5e6c24486321" }, "downloads": -1, "filename": "django_template_theming-0.8.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "95fadb17eba92dedc402d0ed3ffa2813", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12580, "upload_time": "2017-08-31T20:00:30", "url": "https://files.pythonhosted.org/packages/11/21/c1e53a5019adcb8524c8001206a0c178c71a8d68a9da1d54c02e5b2386c1/django_template_theming-0.8.2-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "95fadb17eba92dedc402d0ed3ffa2813", "sha256": "3b65ac66bed8156c3bb3b20399d59e94b91896175a2f141cd17c5e6c24486321" }, "downloads": -1, "filename": "django_template_theming-0.8.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "95fadb17eba92dedc402d0ed3ffa2813", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 12580, "upload_time": "2017-08-31T20:00:30", "url": "https://files.pythonhosted.org/packages/11/21/c1e53a5019adcb8524c8001206a0c178c71a8d68a9da1d54c02e5b2386c1/django_template_theming-0.8.2-py2.py3-none-any.whl" } ] }