Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/founders4schools/django-surveys

A reusable Django app that lets users give feedback for any model
https://github.com/founders4schools/django-surveys

django python surveys

Last synced: 24 days ago
JSON representation

A reusable Django app that lets users give feedback for any model

Lists

README

        

==============
Django Surveys
==============

.. image:: https://badge.fury.io/py/django-surveys.svg
:target: https://badge.fury.io/py/django-surveys
:alt: PyPI

.. image:: https://travis-ci.org/founders4schools/django-surveys.svg?branch=master
:target: https://travis-ci.org/founders4schools/django-surveys
:alt: Build

.. image:: https://readthedocs.org/projects/django-surveys/badge/?version=latest
:target: http://django-surveys.readthedocs.io
:alt: Docs

.. image:: https://landscape.io/github/founders4schools/django-surveys/master/landscape.svg?style=flat
:target: https://landscape.io/github/founders4schools/django-surveys/master
:alt: Code Health

A reusable Django app that lets users write feedback for any model

Documentation
-------------

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

Running Tests
-------------

Does the code actually work?

::

source /bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits
-------

Tools used in rendering this package:

* Cookiecutter_
* `cookiecutter-djangopackage`_

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage