Dynamic and custom surveys for any objects in your database
Project description
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
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
django-rest-survey-1.0.26.tar.gz
(11.5 kB
view details)
Built Distribution
File details
Details for the file django-rest-survey-1.0.26.tar.gz
.
File metadata
- Download URL: django-rest-survey-1.0.26.tar.gz
- Upload date:
- Size: 11.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d74195feb8d714d3fed25e3b1f0a8cf38bc4799a82f88b10abe23fcd09c6c8d2 |
|
MD5 | f5b4ffcb88409cbcf1ccb09b56ec2c88 |
|
BLAKE2b-256 | dfd5c6f89848f7c44274d964f98e0f0fe7d9938de4d5ac20910deed180bb5116 |
File details
Details for the file django_rest_survey-1.0.26-py2.py3-none-any.whl
.
File metadata
- Download URL: django_rest_survey-1.0.26-py2.py3-none-any.whl
- Upload date:
- Size: 14.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70769cb26a027f4352fe8b4d1b24e186b86e92ae8b36835875aafb145dcec81a |
|
MD5 | e3d06a76312009d1e82ee545f20178c3 |
|
BLAKE2b-256 | 620e0dfd3c31154bab94a715650cd3a5bb0db37fb11a1259fdde7a3c1d69177c |