{ "info": { "author": "Aaron Madison", "author_email": "UNKNOWN", "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", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "DjBootstrap\n===========\n\nHelps kickstart your django app using the awesome twitter bootstrap library.\n\nhttp://getbootstrap.com\n\nAs of version 3.0.1 Django 1.5+ is recommended. The sample app will only work with django 1.5+, but the actual\nbootstrap stuff should work just fine.\n\n\nINSTALLATION\n------------\n\n::\n\n >>> pip install djbootstrap\n\nJust add djbootstrap to your INSTALLED_APPS\n\nPROVIDES\n--------\n**base.html template**\n\nUse it if you feel like it. Just sets up some boilerplate.\n\n**bootstrapped_form template tag**\n\nRenders your form all pretty like using bootstrapped_form.html the bootstrap\ncss classes and such.\n\n::\n\n {% load bootstrap_tags %}\n {% bootstrapped_form my_form %}\n\n**notification_center.html**\n\nA simple template snipped to render django's messages output using bootstrap alerts\n\n**Activate Template Tag**\n\nTells you if the page you're on is the active page.\nRequires 'request' context processor\n\nUSAGE: ::\n\n {% url namespace:some_url as the_url %}\n