{"id":13415707,"url":"https://github.com/jazzband/django-floppyforms","last_synced_at":"2025-06-22T16:07:40.135Z","repository":{"id":1202015,"uuid":"1110720","full_name":"jazzband/django-floppyforms","owner":"jazzband","description":"Full control of form rendering in the templates.","archived":false,"fork":false,"pushed_at":"2025-01-04T11:48:49.000Z","size":2007,"stargazers_count":843,"open_issues_count":41,"forks_count":149,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-06-22T00:12:44.271Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://django-floppyforms.readthedocs.org/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jazzband.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null},"funding":{"custom":["https://jazzband.co/donate"]}},"created_at":"2010-11-24T23:21:33.000Z","updated_at":"2025-06-16T10:21:32.000Z","dependencies_parsed_at":"2024-06-18T12:40:02.338Z","dependency_job_id":"9bcc4609-1790-4e39-9620-649060e4012e","html_url":"https://github.com/jazzband/django-floppyforms","commit_stats":{"total_commits":510,"total_committers":51,"mean_commits":10.0,"dds":0.6431372549019607,"last_synced_commit":"ef111aaf9eeefb846f4c3566ad526d5474e6077a"},"previous_names":["gregmuellegger/django-floppyforms"],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/jazzband/django-floppyforms","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-floppyforms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-floppyforms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-floppyforms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-floppyforms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jazzband","download_url":"https://codeload.github.com/jazzband/django-floppyforms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jazzband%2Fdjango-floppyforms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261320438,"owners_count":23140940,"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","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-07-30T21:00:51.484Z","updated_at":"2025-06-22T16:07:35.122Z","avatar_url":"https://github.com/jazzband.png","language":"Python","readme":"django-floppyforms\n==================\n\n.. image:: https://jazzband.co/static/img/badge.svg\n   :target: https://jazzband.co/\n   :alt: Jazzband\n\n.. image:: https://github.com/jazzband/django-floppyforms/workflows/Test/badge.svg\n   :target: https://github.com/jazzband/django-floppyforms/actions\n   :alt: GitHub Actions\n\n.. image:: https://codecov.io/gh/jazzband/django-floppyforms/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/jazzband/django-floppyforms\n   :alt: Coverage\n\nFull control of form rendering in the templates.\n\n* Authors: Gregor Müllegger and many many `contributors`_\n* Original creator: Bruno Renié started this project and kept it going for many years.\n* Licence: BSD\n* Requirements: homework -- read `this`_.\n\n.. _contributors: https://github.com/jazzband/django-floppyforms/contributors\n.. _this: http://diveintohtml5.info/forms.html\n\nInstallation\n------------\n\n* ``pip install -U django-floppyforms``\n* Add ``floppyforms`` to your ``INSTALLED_APPS``\n\nFor those who want to mix and match with vanilla Django widgets, it is also recommended\nto put Django's form template directory into your template directories::\n\n    # in your template configuration\n    TEMPLATES = [{\n        ...,\n        # inside the directories parameter\n        'DIRS': [\n            # include django's form templates\n            os.path.join(\n                os.path.dirname(django.__file__), \"forms/templates/\"\n            ),\n            ... # the rest of your template directories\n    }]\n\nFor extensive documentation see the ``docs`` folder or `read it on\nreadthedocs`_\n\n.. _read it on readthedocs: http://django-floppyforms.readthedocs.org/\n\nTo install the `in-development version`_ of django-floppyforms, run ``pip\ninstall \"https://github.com/jazzband/django-floppyforms/tarball/master#egg=django-floppyforms\"``.\n\n.. _in-development version: https://github.com/jazzband/django-floppyforms\n\nHelp\n----\n\nCreate a ticket in the `issues section on github`_ or ask your questions on the\n#django-floppyforms IRC channel on freenode.\n\nYou can get professional consulting regarding django-floppyforms or any other\nDjango related work from django-floppyforms' maintainer `Gregor Müllegger`_.\n\n.. _issues section on github: https://github.com/jazzband/django-floppyforms/issues\n.. _Gregor Müllegger: http://gremu.net/\n\nBugs\n----\n\nReally? Oh well... Please Report. Or better, fix :) We are happy to help you\nthrough the process of fixing and testing a bug. Just get in touch.\n\nDevelopment\n-----------\n\nThanks for asking!\n\nGet the code::\n\n    git clone git@github.com:jazzband/django-floppyforms.git\n    cd django-floppyforms\n    virtualenv env\n    source env/bin/activate\n    add2virtualenv .\n\nInstall the development requirements::\n\n    pip install \"tox\u003e=1.8\"\n\n\nCurrently, you'll need to `install the GeoDjango requirements`_ when running tests.\n\n.. _install the GeoDjango requirements: https://docs.djangoproject.com/en/3.0/ref/contrib/gis/install/geolibs/\n\nRun the tests::\n\n    tox\n    tox -e py36-22\n\nYou can see all the supported test configurations with ``tox -l``.\n","funding_links":["https://jazzband.co/donate"],"categories":["Third-Party Packages","Python"],"sub_categories":["Forms"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzband%2Fdjango-floppyforms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjazzband%2Fdjango-floppyforms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjazzband%2Fdjango-floppyforms/lists"}