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_APPS
fromdf_survey.defaults
to 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.12.tar.gz
(17.3 kB
view hashes)
Built Distribution
Close
Hashes for django_df_survey-0.1.12-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 997026b92ac87b14aa34a12351bd8c66ab6a3b9e500a5459e4d6cbcbd8674a68 |
|
MD5 | d80b64bbe371f3bb503d90687843f171 |
|
BLAKE2b-256 | 7119729a31fa64c95bba05a30b4d389258bcfca0f32fd2a0f8aa1e047ea5bd0a |