Skip to main content

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

Project description

PyPI Build Docs 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.

Quickstart

Install Django Surveys:

pip install django-surveys

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'surveys.apps.SurveysConfig',
    ...
)

Add Django Surveys’s URL patterns:

from surveys import urls as surveys_urls


urlpatterns = [
    ...
    url(r'^', include(surveys_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 (2016-12-21)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-surveys-0.1.1.tar.gz (10.9 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page