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
Release history Release notifications | RSS feed
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file DRFMultiStepForm-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: DRFMultiStepForm-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 10.6 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6b0dddbb0c14926e4f85e89f571de8f4c939165f6d66f9ec6ffa12f9eb33f3f1
|
|
| MD5 |
98188b4c902da26a0efd8057df105f34
|
|
| BLAKE2b-256 |
e76494c7e2265e92a05a50d66306080625384318298d4b0d2ae3081e2978e5c3
|