Skip to main content

Dynamic and custom surveys for any objects in your database

Project description

https://badge.fury.io/py/django-rest-survey.svg https://travis-ci.org/george-silva/django-rest-survey.svg?branch=master https://codecov.io/gh/george-silva/django-rest-survey/branch/master/graph/badge.svg

Dynamic and custom surveys for any objects in your database

Documentation

The full documentation is at https://django-rest-survey.readthedocs.io.

Quickstart

Install Django REST Survey:

pip install django-rest-survey

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'rest_survey.apps.RestSurveyConfig',
    ...
)

Add Django REST Survey’s URL patterns:

from rest_survey import urls as rest_survey_urls


urlpatterns = [
    ...
    url(r'^', include(rest_survey_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-06-06)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-rest-survey-1.0.26.tar.gz (11.5 kB view details)

Uploaded Source

Built Distribution

django_rest_survey-1.0.26-py2.py3-none-any.whl (14.8 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file django-rest-survey-1.0.26.tar.gz.

File metadata

File hashes

Hashes for django-rest-survey-1.0.26.tar.gz
Algorithm Hash digest
SHA256 d74195feb8d714d3fed25e3b1f0a8cf38bc4799a82f88b10abe23fcd09c6c8d2
MD5 f5b4ffcb88409cbcf1ccb09b56ec2c88
BLAKE2b-256 dfd5c6f89848f7c44274d964f98e0f0fe7d9938de4d5ac20910deed180bb5116

See more details on using hashes here.

File details

Details for the file django_rest_survey-1.0.26-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for django_rest_survey-1.0.26-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 70769cb26a027f4352fe8b4d1b24e186b86e92ae8b36835875aafb145dcec81a
MD5 e3d06a76312009d1e82ee545f20178c3
BLAKE2b-256 620e0dfd3c31154bab94a715650cd3a5bb0db37fb11a1259fdde7a3c1d69177c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page