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.3.tar.gz
(65.3 kB
view hashes)
Built Distribution
Close
Hashes for ob_dj_survey-0.1.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 43e32f1e4134e0d4d09ad6b15285230529b7675440f3781de845a2dbe7b8d360 |
|
MD5 | 415e4a4880b742137c4c95c803d19ada |
|
BLAKE2b-256 | c94a88eb27d5acb41a8e2b4810168678ea8ae6ad21220811f1866fb28cd72962 |