Skip to main content

A jQuery plugin that allows you to dynamically add new forms to a rendered django formset.

Project description

Python Django License PyPIv PyPIs

A jQuery plugin for managing Django formsets

This jQuery plugin helps you create more usable Django formsets by allowing clients add and remove forms on the client-side.

The latest versions of these documents can be found on the Github web site for this application, which is located at https://github.com/mbourqui/django-dynamic-formset.

Requirements

Installation

Using PyPI

  1. Run pip install django-formset-bootstrap

Using the source code

  1. Make sure Pandoc is installed

  2. Run ./pypi_packager.sh

  3. Run pip install dist/django_formset_bootstrap-x.y.z-[...].wheel, where x.y.z must be replaced by the actual version number and [...] depends on your packaging configuration

Configuration

  1. Add formset-bootstrap to the INSTALLED_APPS in your project’s settings (usually settings.py). This is required in order to be able to load the script from the static files of your project.

Usage

In your templates using formsets, be sure to load the static files:

{% load static %}

Then include the script:

<script src="{% static 'formset_bootstrap/js/jquery.formset.js' %}" type="text/javascript"></script>

Finally, set up your dynamic formset:

<script type="text/javascript">
    $(function () {
        $('#formset-id fieldset').formset();
    });
</script>

Setting up the demo project

Once you’ve got the source code, run the following commands to set up the SQLite3 database and start the development server:

::

cd demo virtualenv venv source venv/bin/activate pip install -r requirements.txt chmod a+x manage.py ./manage.py syncdb ./manage.py runserver

You can now browse to http://localhost:8000/ and view the examples.

Credits

This is a fork of django-dynamic-formset from elo80ka.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-formset-bootstrap-1.4.0.dev3.tar.gz (17.7 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

django_formset_bootstrap-1.4.0.dev3-py3-none-any.whl (15.0 kB view details)

Uploaded Python 3

File details

Details for the file django-formset-bootstrap-1.4.0.dev3.tar.gz.

File metadata

  • Download URL: django-formset-bootstrap-1.4.0.dev3.tar.gz
  • Upload date:
  • Size: 17.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2

File hashes

Hashes for django-formset-bootstrap-1.4.0.dev3.tar.gz
Algorithm Hash digest
SHA256 e4558b076e288f1b3e602503fd193a1ce71502c96205073a4ace964f1f05f095
MD5 cb810e6be29ba7036c818f2585f99998
BLAKE2b-256 e521cf97a7c7758b8590f51cffafacba3bf22d5e9cf89267b200435c2d22d768

See more details on using hashes here.

File details

Details for the file django_formset_bootstrap-1.4.0.dev3-py3-none-any.whl.

File metadata

  • Download URL: django_formset_bootstrap-1.4.0.dev3-py3-none-any.whl
  • Upload date:
  • Size: 15.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.19.1 setuptools/39.1.0 requests-toolbelt/0.8.0 tqdm/4.26.0 CPython/3.5.2

File hashes

Hashes for django_formset_bootstrap-1.4.0.dev3-py3-none-any.whl
Algorithm Hash digest
SHA256 3a98132f15342e176e734af583024b5d3e0ed7bc78724d1e2bc21d4937d83af7
MD5 a4339b28f89b705447820e5a93e029ec
BLAKE2b-256 c3b87563799072148fc9300bb4e9869af0faacc1203f76d4df8ebcf3343a8c07

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page