{ "info": { "author": "T. Scott Barnes", "author_email": "tsbarnes@tsbarnes.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries", "Topic :: Utilities" ], "description": "django-bootstrap-themes\n=======================\n\nBootstrap theme support for Django, includes themes from Bootswatch.\n\n * Bootstrap (http://getbootstrap.com/)\n * Bootswatch (http://bootswatch.com/)\n\nInstallation\n------------\n\ndjango-bootstrap-themes can be installed via pip:\n\n```shell\npip install django-bootstrap-themes\n```\n\nor by copying the `bootstrap_themes` directory into your Django project.\n\nConfiguration\n-------------\n\nTo configure django-bootstrap-themes in your project, first add it to\nthe installed apps in your Django settings:\n\n```python\nINSTALLED_APPS = (\n # Django apps\n 'bootstrap_themes',\n # Other apps\n)\n```\n\nOnce you've added it to your installed apps, you can use the template\ntags to get the CSS and JS files for Bootstrap:\n\n * Loading the templatetags\n\n```django\n{% load bootstrap_themes %}\n```\n\n * Getting the CSS files (use the `theme` parameter to select the theme\n and the `type` parameter to choose between CSS, minified CSS, or LESS\n format for the stylesheets)\n\n```django\n{% bootstrap_styles theme='default' type='min.css' %}\n{% bootstrap_styles theme='cosmo' type='css' %}\n{% bootstrap_styles theme='united' type='less' %}\n```\n\n * Getting the Javascript files (select minified or not with the\n `use_min` parameter)\n\n```django\n{% bootstrap_script use_min=True %}\n```\n\nAs with any Django templatetags, you can use variables for the\nparameters, thus making it easy to switch themes, and even make the\ntheme user-configurable.\n\nIf you want to make the theme user configurable, there is a handy\nfunction to return the list of included themes as a `choices` list for\na `CharField`, like this:\n\n```python\nfrom django.db import models\nfrom bootstrap_themes import list_themes\n\nclass MyModel(models.Model):\n theme = models.CharField(max_length=255, default='default', choices=list_themes())\n```\n\nThen in your templates, you can use the value of the `theme` field as the\ntheme parameter to `bootstrap_styles`.", "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/no-dice/django-bootstrap-themes", "keywords": "django bootstrap themes", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "django-bootstrap-themes", "package_url": "https://pypi.org/project/django-bootstrap-themes/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-bootstrap-themes/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/no-dice/django-bootstrap-themes" }, "release_url": "https://pypi.org/project/django-bootstrap-themes/3.3.6/", "requires_dist": null, "requires_python": null, "summary": "Bootstrap theme support for Django.", "version": "3.3.6" }, "last_serial": 2025067, "releases": { "3.0.0": [ { "comment_text": "", "digests": { "md5": "e10999cd88f23bd07a18e2694fc604cf", "sha256": "2e28ec8a2aed9773bc3d6725a2ab7937e12f8cbe25a3a2a6a244da776c7f5458" }, "downloads": -1, "filename": "django-bootstrap-themes-3.0.0.tar.gz", "has_sig": false, "md5_digest": "e10999cd88f23bd07a18e2694fc604cf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 409326, "upload_time": "2013-08-21T21:48:40", "url": "https://files.pythonhosted.org/packages/a1/a7/21be58bef1063b20fdcbf87f3309da893c589fd7801fa0a20ce88f21d5c3/django-bootstrap-themes-3.0.0.tar.gz" } ], "3.0.1": [ { "comment_text": "", "digests": { "md5": "0cbc2ee67e570cd676ecddf96d0fd070", "sha256": "c91d073f75163e4ccf96cded4a4260e65f0b3a7cf66c6d8f78e6749b2cb4ff03" }, "downloads": -1, "filename": "django-bootstrap-themes-3.0.1.tar.gz", "has_sig": false, "md5_digest": "0cbc2ee67e570cd676ecddf96d0fd070", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 514045, "upload_time": "2013-08-23T03:04:33", "url": "https://files.pythonhosted.org/packages/8a/7c/0f08a2b8c1171dd5ee6aaabd0f466fb466c55024fcb743b3282c2818c5ea/django-bootstrap-themes-3.0.1.tar.gz" } ], "3.0.2": [ { "comment_text": "", "digests": { "md5": "82f8cdc5f261c5801059ba7b5a0d2e32", "sha256": "d6cf15e4b36263f78afc78264186b08a9bcfa3aa11a245593246267f6105e89a" }, "downloads": -1, "filename": "django-bootstrap-themes-3.0.2.tar.gz", "has_sig": false, "md5_digest": "82f8cdc5f261c5801059ba7b5a0d2e32", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 586827, "upload_time": "2013-08-31T01:08:56", "url": "https://files.pythonhosted.org/packages/9a/b7/c961f3f917bdbd90b7e5cec26da846d6c4abe1c9049ef12b04c08c22077e/django-bootstrap-themes-3.0.2.tar.gz" } ], "3.0.3": [ { "comment_text": "", "digests": { "md5": "11b2b20cfd87dc7a7b84d662bbe2df89", "sha256": "d95c681ee5a6fffe961a5a2f55a6a68867d9bab31cb54ad240c18486eaac86c0" }, "downloads": -1, "filename": "django-bootstrap-themes-3.0.3.tar.gz", "has_sig": false, "md5_digest": "11b2b20cfd87dc7a7b84d662bbe2df89", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 586915, "upload_time": "2013-08-31T19:02:20", "url": "https://files.pythonhosted.org/packages/79/fc/74733136141d926c87ba19f2b5c180c94b23bb3f31e80f7e95d14e2556bc/django-bootstrap-themes-3.0.3.tar.gz" } ], "3.0.5": [ { "comment_text": "", "digests": { "md5": "eca551e016ce838fcfe05a1007860c47", "sha256": "f528c9ec3c271ecca07fb9fd67e0a91fa7ba2f3e2ee6f6fb3bf32d0b3cbb3157" }, "downloads": -1, "filename": "django-bootstrap-themes-3.0.5.tar.gz", "has_sig": false, "md5_digest": "eca551e016ce838fcfe05a1007860c47", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 591615, "upload_time": "2013-11-22T20:07:51", "url": "https://files.pythonhosted.org/packages/39/b1/2fc7b2bac362edbfd06718699a27ef3e1f3c504a1c809b3c8ae56c14aacf/django-bootstrap-themes-3.0.5.tar.gz" } ], "3.1.0": [ { "comment_text": "", "digests": { "md5": "a8a8741a16b7bb83d011b0dc5b3ccfaf", "sha256": "e4c7b54af56a5188164a35965c60c9e01faa62c080ccb3270e9f5495087de24b" }, "downloads": -1, "filename": "django-bootstrap-themes-3.1.0.tar.gz", "has_sig": false, "md5_digest": "a8a8741a16b7bb83d011b0dc5b3ccfaf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 171902, "upload_time": "2014-02-02T20:18:59", "url": "https://files.pythonhosted.org/packages/f2/b8/cd7caf55e4ec067b7c6aa4645f5dc2a09836ca3976b00de0ac54edb1f95c/django-bootstrap-themes-3.1.0.tar.gz" } ], "3.1.1": [ { "comment_text": "", "digests": { "md5": "22ef31d828a8ad415a7f397492c85912", "sha256": "c9eb8a1f5110cd95d8b0a17bff84ad39b317f65ad023848b75d20460aa86e14a" }, "downloads": -1, "filename": "django-bootstrap-themes-3.1.1.tar.gz", "has_sig": false, "md5_digest": "22ef31d828a8ad415a7f397492c85912", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 235050, "upload_time": "2014-02-06T16:55:14", "url": "https://files.pythonhosted.org/packages/98/06/47ee4904644d9d7d2561ef12338cb88644b8873b46a3989ec38452d2d81b/django-bootstrap-themes-3.1.1.tar.gz" } ], "3.1.2": [ { "comment_text": "", "digests": { "md5": "3f5c16b91bd9fb3ca1ae503f8d39db35", "sha256": "f742d8a005a78081a87900b1d05159b7a299f4b12a463c95405d1242c2dff5f5" }, "downloads": -1, "filename": "django-bootstrap-themes-3.1.2.tar.gz", "has_sig": false, "md5_digest": "3f5c16b91bd9fb3ca1ae503f8d39db35", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 848480, "upload_time": "2014-05-18T16:38:43", "url": "https://files.pythonhosted.org/packages/ae/fe/2de76449de2cb5714aa4cdd92717722796eaac4b55ddae1bd07474084393/django-bootstrap-themes-3.1.2.tar.gz" } ], "3.1.3": [ { "comment_text": "", "digests": { "md5": "8fb421992a6732616a00f0205438a994", "sha256": "2f39ca51c48eb1ab664b4576d005cf6e97a29439e2166a49a78fced31d5f9277" }, "downloads": -1, "filename": "django-bootstrap-themes-3.1.3.tar.gz", "has_sig": false, "md5_digest": "8fb421992a6732616a00f0205438a994", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 849998, "upload_time": "2016-01-07T20:29:38", "url": "https://files.pythonhosted.org/packages/73/e3/23f48e76e97e1d01d36ac510ca4f3b35117ef4bfb469abe429f3e98fc25f/django-bootstrap-themes-3.1.3.tar.gz" } ], "3.3.6": [ { "comment_text": "", "digests": { "md5": "037bd6012678f1ca56896a3de4424b12", "sha256": "b42f92ba1c1a9d02d7e6024e52f9d21bea3c3b2467e296cca107ec86c221fcf4" }, "downloads": -1, "filename": "django_bootstrap_themes-3.3.6-py3.5.egg", "has_sig": false, "md5_digest": "037bd6012678f1ca56896a3de4424b12", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 950199, "upload_time": "2016-03-24T14:41:43", "url": "https://files.pythonhosted.org/packages/ed/92/9d27fe5b57b5609f9da70e1cdcdfdfbc1c6e53d754d94856a1ce2ddd38bd/django_bootstrap_themes-3.3.6-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "c15c81e0da6d8fd66c3a1245082d2934", "sha256": "e04f13b91a756b19e8879ee8b5d5f5a77353b5af20fba8af1fe4de8e2b4f1df6" }, "downloads": -1, "filename": "django-bootstrap-themes-3.3.6.tar.gz", "has_sig": false, "md5_digest": "c15c81e0da6d8fd66c3a1245082d2934", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 890448, "upload_time": "2016-03-24T14:41:33", "url": "https://files.pythonhosted.org/packages/4f/6d/291c7c0d444154ff65e87c0defa5b67c8ce31810a95745b07c6cbbd64b12/django-bootstrap-themes-3.3.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "037bd6012678f1ca56896a3de4424b12", "sha256": "b42f92ba1c1a9d02d7e6024e52f9d21bea3c3b2467e296cca107ec86c221fcf4" }, "downloads": -1, "filename": "django_bootstrap_themes-3.3.6-py3.5.egg", "has_sig": false, "md5_digest": "037bd6012678f1ca56896a3de4424b12", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 950199, "upload_time": "2016-03-24T14:41:43", "url": "https://files.pythonhosted.org/packages/ed/92/9d27fe5b57b5609f9da70e1cdcdfdfbc1c6e53d754d94856a1ce2ddd38bd/django_bootstrap_themes-3.3.6-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "c15c81e0da6d8fd66c3a1245082d2934", "sha256": "e04f13b91a756b19e8879ee8b5d5f5a77353b5af20fba8af1fe4de8e2b4f1df6" }, "downloads": -1, "filename": "django-bootstrap-themes-3.3.6.tar.gz", "has_sig": false, "md5_digest": "c15c81e0da6d8fd66c3a1245082d2934", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 890448, "upload_time": "2016-03-24T14:41:33", "url": "https://files.pythonhosted.org/packages/4f/6d/291c7c0d444154ff65e87c0defa5b67c8ce31810a95745b07c6cbbd64b12/django-bootstrap-themes-3.3.6.tar.gz" } ] }