===================== django-fancy-formset ===================== This is a plain JavaScript library to let users add and remove forms in a Django inline formset. It can be installed from PyPI as a Django app, from NPM as a JavaScript module, or linked to directly from your HTML. .. image:: https://github.com/radiac/django-fancy-formset/raw/main/docs/example.gif :alt: Add and remove forms in an inline formset Features: * No dependencies, just 5kB of plain JavaScript * Apply to formsets manually, or automatically via a ``data-`` attribute * Optional Django app to simplify usage * Raises events to allow for customisation * Class based and designed to be extended * Default styling available .. toctree:: :maxdepth: 2 installation-django installation-javascript configuration events extending api changelog Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search`