Django DF Survey
Project description
Django DF Survey
Django DF Survey - create and manage surveys and on-boarding forms in your DjangoFlow project
Installation:
- Install the package
pip install django-df-survey
- Include default
INSTALLED_APPSfromdf_survey.defaultsto yoursettings.py
from df_survey.defaults import DF_SURVEY_INSTALLED_APPS
INSTALLED_APPS = [
...
*DF_SURVEY_INSTALLED_APPS,
...
]
Development
Installing dev requirements:
pip install -e .[test]
Installing pre-commit hook:
pre-commit install
Running tests:
pytest
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 Distribution
django-df-survey-0.1.3.tar.gz
(16.7 kB
view details)
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 django-df-survey-0.1.3.tar.gz.
File metadata
- Download URL: django-df-survey-0.1.3.tar.gz
- Upload date:
- Size: 16.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fcf0b5c5316d1549916adf786987682a1821d527209ab7bad4dc9611ed702dc6
|
|
| MD5 |
d04724c36f1e38dee64a07fb19b32b99
|
|
| BLAKE2b-256 |
2bc4aa1eb23ab85ff4ef3462a53ff0606fe8be001ad53c34e973a37053cea567
|
File details
Details for the file django_df_survey-0.1.3-py3-none-any.whl.
File metadata
- Download URL: django_df_survey-0.1.3-py3-none-any.whl
- Upload date:
- Size: 22.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b6a3621d8c39507b7361044928e21edd5f86299349abf20a912635abaa7ff227
|
|
| MD5 |
a43ab1feb78225360a0375271c8a9abd
|
|
| BLAKE2b-256 |
1ac3bfe957b789761323db343267c2d6970aafce553b8a3665336b91bd3309b9
|