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

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

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

Uploaded Python 2Python 3

File details

Details for the file DRFMultiStepForm-0.1.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for DRFMultiStepForm-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 6b0dddbb0c14926e4f85e89f571de8f4c939165f6d66f9ec6ffa12f9eb33f3f1
MD5 98188b4c902da26a0efd8057df105f34
BLAKE2b-256 e76494c7e2265e92a05a50d66306080625384318298d4b0d2ae3081e2978e5c3

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