{ "info": { "author": "Ryan Brady", "author_email": "ryan@ryanbrady.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Web Environment", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "====================\nDjango Bootstrapped\n====================\n\nBootstrapped is a reusable Django application to quickly integrate the Bootstrap toolkit from Twitter. It's a\ncollection of the bootstrap toolkit files and template tags to display them.\n\nThis application depends on django.contrib.staticfiles.\n\nNo files from Twitter's Bootstrap toolkit have been modified and retain their Apache 2.0 license.\n\n* Note: This app only works on Django 1.3 and newer.\n\nInstallation\n============\n\npip install django-bootstrapped\n\n\nConfiguration\n=============\n\n#. Add the `bootstrapped` directory to your Python path.\n\n#. Ensure `django.contrib.staticfiles` is added to your `INSTALLED_APPS` setting.\n\n#. Ensure `django.contrib.staticfiles` is configured properly.\n\n#. Add `bootstrapped` to your `INSTALLED_APPS` setting.\n\n#. Run `manage.py collectstatic` to copy the Twitter Bootstrap toolkit files to your static directory.\n\n\nTemplate Usage\n=================\nThis application exposes a few template tags for including the Bootstrap toolkit files.\n\nLoad the template tags before usage::\n\n {% load bootstrap %}\n\n```bootstrap_css```\n\nThis tag renders the link tag for the bootstrap.min.css file. It will render the un-minified version if\nsettings.TEMPLATE_DEBUG is set to True::\n\n {% bootstrap_css %}\n\nOutput::\n\n \n\n```bootstrap_js```\n\nThe Bootstrap toolkit provides some javascript love (http://twitter.github.com/bootstrap/#javascript) that is\ncompatible with jQuery and Ender. This tag renders the appropriate script include tag for each plugin defined. The tag\ndoes not include jQuery or Ender, that's up to you::\n\n {% bootstrap_js modal alerts dropdown %}\n\nOutput::\n\n \n \n \n\n* Note: The popover javascript file has a dependency on the twipsy file. If you add popover to the list and forget to add twipsy, the tag will do it for you.\n\nAlternatively, you may just want to include all of the scripts. If so, just use `all` for the tag arguments::\n\n {% bootstrap_js all %}\n\n\n\n```bootstrap_custom_less```\n\nYou may want to customize the output of the bootstrap.css using Less (http://lesscss.org/). Bootstrap was built from\nPreboot, an open-source pack of mixins and variables to be used in conjunction with Less, a CSS preprocessor for faster\nand easier web development. This tag accepts an argument for a file path somewhere in your /static/ root directory and\noutputs a script tag for it::\n\n {% bootstrap_custom_less \"lib/bootstrap_custom.less\" %}\n\nOutput::\n\n \n ", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/rbrady/django-bootstrapped/downloads", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rbrady/django-bootstrapped", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "django-bootstrapped", "package_url": "https://pypi.org/project/django-bootstrapped/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/django-bootstrapped/", "project_urls": { "Download": "https://github.com/rbrady/django-bootstrapped/downloads", "Homepage": "https://github.com/rbrady/django-bootstrapped" }, "release_url": "https://pypi.org/project/django-bootstrapped/0.1.1-dev/", "requires_dist": null, "requires_python": null, "summary": "A reusable Django application to quickly integrate the Bootstrap toolkit from Twitter.", "version": "0.1.1-dev" }, "last_serial": 789201, "releases": { "0.1.0-dev": [ { "comment_text": "", "digests": { "md5": "99a54c9271c317f7f59e25bb5abcb790", "sha256": "b564b222881d586ec34d57f566a70e0f0d80945af810b727a0c92828c358d8be" }, "downloads": -1, "filename": "django-bootstrapped-0.1.0-dev.tar.gz", "has_sig": false, "md5_digest": "99a54c9271c317f7f59e25bb5abcb790", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54446, "upload_time": "2011-12-03T23:52:21", "url": "https://files.pythonhosted.org/packages/71/d6/9807b9dbf7b0e81e4af216d40b55d3cc9d792166f2f77f7c4a5e5b61bdbb/django-bootstrapped-0.1.0-dev.tar.gz" } ], "0.1.1-dev": [ { "comment_text": "", "digests": { "md5": "a3a58b714aaf03dc6e8c6525c32a20bd", "sha256": "dec51fe6fdb9bb41790ebfbdbee21ace1da174fafbf6897c0ccca7a00501fe16" }, "downloads": -1, "filename": "django-bootstrapped-0.1.1-dev.tar.gz", "has_sig": false, "md5_digest": "a3a58b714aaf03dc6e8c6525c32a20bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54458, "upload_time": "2011-12-11T03:42:44", "url": "https://files.pythonhosted.org/packages/6c/16/91017bf16ea60b7d2910ba53a1fe5f9211ce49f22c4b92c660b8f5dcd68f/django-bootstrapped-0.1.1-dev.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a3a58b714aaf03dc6e8c6525c32a20bd", "sha256": "dec51fe6fdb9bb41790ebfbdbee21ace1da174fafbf6897c0ccca7a00501fe16" }, "downloads": -1, "filename": "django-bootstrapped-0.1.1-dev.tar.gz", "has_sig": false, "md5_digest": "a3a58b714aaf03dc6e8c6525c32a20bd", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 54458, "upload_time": "2011-12-11T03:42:44", "url": "https://files.pythonhosted.org/packages/6c/16/91017bf16ea60b7d2910ba53a1fe5f9211ce49f22c4b92c660b8f5dcd68f/django-bootstrapped-0.1.1-dev.tar.gz" } ] }