Skip to main content
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.

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

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 2Python 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.

Release history Release notifications | RSS feed

This release

1.0.26 This release

2 files

1.0.25

2 files

1.0.24

2 files

1.0.23

2 files

1.0.22

2 files

1.0.21

2 files

1.0.20

2 files

1.0.19

2 files

1.0.18

2 files

1.0.17

2 files

1.0.16

2 files

1.0.15

2 files

1.0.14

2 files

1.0.13

2 files

1.0.11

2 files

1.0.10

2 files

1.0.9

2 files

1.0.8

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.1.3

2 files

0.1.2

2 files

0.1.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page