{"id":17004157,"url":"https://github.com/zerc/django_molder","last_synced_at":"2025-08-31T16:39:21.254Z","repository":{"id":32334708,"uuid":"35910107","full_name":"zerc/django_molder","owner":"zerc","description":"Another one painless way to work with Django forms and their fields","archived":false,"fork":false,"pushed_at":"2024-05-30T22:21:03.000Z","size":40,"stargazers_count":0,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-03T20:37:16.581Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zerc.png","metadata":{"files":{"readme":"README.rst","changelog":"HISTORY.rst","contributing":"CONTRIBUTING.rst","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.rst","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-05-19T21:41:41.000Z","updated_at":"2024-05-30T22:21:06.000Z","dependencies_parsed_at":"2025-02-03T23:41:02.602Z","dependency_job_id":null,"html_url":"https://github.com/zerc/django_molder","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/zerc/django_molder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerc%2Fdjango_molder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerc%2Fdjango_molder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerc%2Fdjango_molder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerc%2Fdjango_molder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerc","download_url":"https://codeload.github.com/zerc/django_molder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerc%2Fdjango_molder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273010877,"owners_count":25030367,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-31T02:00:09.071Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T04:42:52.619Z","updated_at":"2025-08-31T16:39:21.236Z","avatar_url":"https://github.com/zerc.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"===============================\nDjango Molder\n===============================\n\n.. image:: https://img.shields.io/pypi/v/django_molder.svg\n        :target: https://pypi.python.org/pypi/django_molder\n\n.. image:: https://travis-ci.org/zerc/django_molder.svg?branch=master\n    :target: https://travis-ci.org/zerc/django_molder\n    :alt: Build status\n\n\n* Free software: BSD license\n\nFeatures\n--------\n\nIt provides multiple tags to render Django form fields in a custom template.\nBootstrap3 classes and html as default but you can simply override extend this to fit your needs -\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    \u003cdiv class=\"container-fluid\"\u003e\n        \u003cdiv class=\"row\"\u003e\n            \u003cform class=\"form\"\u003e\n                \u003cdiv class=\"col-md-6\"\u003e\n                    {% render_field form_one.char_field class=\"+big_input\" placeholder=\"Hello world\" %}\n                    {% render_field form_one.radio_field help_on_top=True %}\n                    {% render_field form_one.file_field template=\"myapp/coolest_file_field.html\" %}\n                \u003c/div\u003e\n                \u003cdiv class=\"col-md-6\"\u003e\n                    {% render_field form_one.multiple_select_field show_help=False required=False %}\n                    {% render_field form_one.checkbox_field %}\n                \u003c/div\u003e\n            \u003c/form\u003e\n        \u003c/div\u003e\n    \u003c/div\u003e\n\n\nTemplate tags\n-------------\n\nrender_field\n============\n\nGets the bound_field and the extra kwargs and then render it.\n\nSpecial kwargs:\n\n* show_help - show/hide field help_text\n* show_label - show/hide field label\n* help_on_top - show help_text on top\n* template - template used for this field\n* required - override field required attr for visual fake\n\n\nrender_form\n===========\n\nGets form as its first arg. Iterates through the fields and renders them. Extra kwargs passed to each field.\n\n\nrender_messages\n===============\n\nJust renders the messages (django.contrib.messages)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerc%2Fdjango_molder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerc%2Fdjango_molder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerc%2Fdjango_molder/lists"}