django-remote-forms
Form serializer
A Django form serializer that converts forms into Python dictionaries for easy conversion to JSON and exposure over APIs.
A platform independent django form serializer
221 stars
38 watching
113 forks
Language: Python
last commit: 7 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
heywbj/django-rest-framework-recursive | A package providing a RecursiveField to serialize complex tree-like data structures in Django REST framework | 367 |
gizmag/drf-ujson-renderer | A Django Rest Framework renderer using ujson to improve JSON serialization performance | 126 |
jazzband/django-formtools | Abstractions for Django forms to simplify complex form handling and previewing | 815 |
globophobe/django-semantic-forms | Django form component with Semantic UI style and features | 3 |
brobin/drf-generators | Automates the creation of views, serializers, and URLs for Django Rest Framework applications. | 353 |
ana-balica/classy-django-forms | An API inspector tool for Django forms classes | 28 |
kennethlove/django-shapeshifter | A package to simplify handling multiple forms in Django views. | 175 |
jpadilla/django-rest-framework-yaml | Provides YAML support for Django REST Framework to enable serializing and deserializing data in YAML format. | 32 |
rsgalloway/pyseq | A Python module for finding and serializing groups of items with numerical sequence indices. | 123 |
antidot/pyckson | A simple Python library to serialize objects to JSON by discovering class structure from init signatures and using camelCase for key names. | 28 |
mazelife/django-redactoreditor | Integrates a JavaScript WYSIWYG editor into Django forms and admin interfaces. | 26 |
beda-software/drf-writable-nested | Provides a way to serialize Django models with nested data using Django REST Framework. | 1,077 |
rsinger86/drf-flex-fields | Enables dynamic field expansion and selection in Django REST Framework serializers. | 740 |
wtsi-hgi/python-hgijson | A Python library for serializing and deserializing complex class-based models to and from JSON | 4 |
marioizquierdo/jquery.serializejson | Library to serialize HTML forms into JavaScript objects with nested attributes and arrays | 1,715 |