django-rest-survey 1.0.26

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangorestsurvey 1.0.26

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:

Cookiecutter
cookiecutter-djangopackage



History
0.1.0 (2017-06-06)

First release on PyPI.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.