OBytes django application for managing surveys, questions and answers
Project description
OBytes Django Survey App
Survey Django Application is designed to be a simple and easy to use survey application for Django, which can be used to collect data from users.
Quick start
-
Install
ob-dj-survey
latest versionpip install ob-dj-survey
-
Add "ob_dj_survey" to your
INSTALLED_APPS
setting like this:
# settings.py
INSTALLED_APPS = [
...
"ob_dj_survey.core.survey",
]
- Include the URLs in your project urls.py like this:
# urls.py
path("survey/", include("ob_dj_survey.apis.survey.urls")),
- Run
python manage.py migrate
to create the survey models.
Developer Guide
-
Clone github repo
git clone [url]
-
pipenv install --dev
-
pre-commit install
-
Run unit tests
make test
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
ob-dj-survey-0.1.0.tar.gz
(59.4 kB
view hashes)
Built Distribution
Close
Hashes for ob_dj_survey-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 924dfbc37eccb0e0c0b474881752137b93d565699e4f11f4d43f266687df88b4 |
|
MD5 | 9ba39938589de9c264a2ffc5bf3cded7 |
|
BLAKE2b-256 | e2dc90d5092c7506a4edaf752d0872002316cace209217d17179cdcc6af4854f |