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.0.11.tar.gz
(59.9 kB
view hashes)
Built Distribution
Close
Hashes for ob_dj_survey-0.0.11-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a98ce3c12f2616b2da42420b987299d3b2f80a672bb4a3b0cc154e732f0e4492 |
|
MD5 | afddf9ec14f4b265cf108af2e8d74439 |
|
BLAKE2b-256 | 1bc7dca82e3f5c0cbc1bc4f7a2c3af22f7112f04d66d6806c7f37632a02d0ec6 |