{ "info": { "author": "Vladimir Savin", "author_email": "zero13cool@yandex.ru", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "===============================\nDjango Molder\n===============================\n\n.. image:: https://img.shields.io/travis/zerc/django_molder.svg\n :target: https://travis-ci.org/zerc/django_molder\n\n.. image:: https://img.shields.io/pypi/v/django_molder.svg\n :target: https://pypi.python.org/pypi/django_molder\n\n\nAnother one painless way to working with forms and they fields\n\n* Free software: BSD license\n.. * Documentation: https://django_molder.readthedocs.org.\n\nFeatures\n--------\n\nIt provides multiple tags for rendering form fields in a custom template.\nBootstrap3 classes and html as default but you can simple override this for your specification -\njust make ``molder`` directory in your templates folder.\n\nExample:\n--------\n\nIn your template:\n\n\n.. code:: html\n\n {% loads molder_tags %}\n\n