Skip to main content

Create Dynamic Multistep form in DRF

Project description

Create Dynamic Multistep form in DRF

Documentation

The full documentation is at https://DRFMultiStepForm.readthedocs.io.

Quickstart

Install DRFMultiStepForm:

pip install DRFMultiStepForm

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'multistepform.apps.multistepform',
    ...
)

Add DRFMultiStepForm’s URL patterns:

from multistepform import urls as multistepform_urls


urlpatterns = [
    ...
    url(r'^', include(multistepform_urls)),
    ...
]

History

0.1.0 (2023-04-25)

  • First release on PyPI.

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

DRFMultiStepForm-0.1.0-py2.py3-none-any.whl (10.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

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