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.2.tar.gz
(65.2 kB
view hashes)
Built Distribution
Close
Hashes for ob_dj_survey-0.1.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90758f2ded1ad5c3bde46987b2ae57d1b771ea431a7408e9f2b042ae748a0c65 |
|
MD5 | 9f36fdef5b8cb39f4e0b236bd2970857 |
|
BLAKE2b-256 | c568385dc08bf8b2e802c14dccb24a79303d643af68b99717ea11e3bc542826a |