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.24.tar.gz
(19.0 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.24.tar.gz.
File metadata
- Download URL: django-df-survey-0.1.24.tar.gz
- Upload date:
- Size: 19.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
46c9a3351899db627ed496aef310d2cff43929660b75b86f6f9fc8c52a17acbd
|
|
| MD5 |
93407e242885ee4776da33c66afe4bc3
|
|
| BLAKE2b-256 |
eed0fdb5a4d1d75262ca320dd36ae3bef97de0178639f800169611fe15be6609
|
File details
Details for the file django_df_survey-0.1.24-py3-none-any.whl.
File metadata
- Download URL: django_df_survey-0.1.24-py3-none-any.whl
- Upload date:
- Size: 27.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e21e0cdf4c74cb85843f987f496aac416929ad266a73ede27fc5051465621e0
|
|
| MD5 |
041124f5ef6d0fefc913993ee4367baa
|
|
| BLAKE2b-256 |
55959e100374332f5e893240638d14debe35cec2b29bd85b31ec85cffebf3534
|