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-surveylatest versionpip install ob-dj-survey -
Add "ob_dj_survey" to your
INSTALLED_APPSsetting 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 migrateto 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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ob-dj-survey-0.1.3.tar.gz.
File metadata
- Download URL: ob-dj-survey-0.1.3.tar.gz
- Upload date:
- Size: 65.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9c3d889a7953759d751f814227d95ff76c4b895ca36aff2cad7d94289da9fcd2
|
|
| MD5 |
672b8ab123d35b92aea2990631465620
|
|
| BLAKE2b-256 |
be9c6c25d28329effb3ba48c518d723279c7784909b6b1f91b18c220f990043d
|
File details
Details for the file ob_dj_survey-0.1.3-py3-none-any.whl.
File metadata
- Download URL: ob_dj_survey-0.1.3-py3-none-any.whl
- Upload date:
- Size: 27.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
43e32f1e4134e0d4d09ad6b15285230529b7675440f3781de845a2dbe7b8d360
|
|
| MD5 |
415e4a4880b742137c4c95c803d19ada
|
|
| BLAKE2b-256 |
c94a88eb27d5acb41a8e2b4810168678ea8ae6ad21220811f1866fb28cd72962
|