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: about 1 month ago
JSON representation
A reusable Django app that lets users give feedback for any model
- Host: GitHub
- URL: https://github.com/founders4schools/django-surveys
- Owner: founders4schools
- License: mit
- Created: 2016-12-21T11:57:16.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T09:11:52.000Z (over 6 years ago)
- Last Synced: 2024-11-04T07:36:05.419Z (about 1 month ago)
- Topics: django, python, surveys
- Language: Python
- Size: 88.9 KB
- Stars: 7
- Watchers: 11
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: HISTORY.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - founders4schools/django-surveys - A reusable Django app that lets users give feedback for any model (python)
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 HealthA 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) $ toxCredits
-------Tools used in rendering this package:
* Cookiecutter_
* `cookiecutter-djangopackage`_.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`cookiecutter-djangopackage`: https://github.com/pydanny/cookiecutter-djangopackage