Skip to main content

A feedback application for Django 1.3 or later

Project description

django-voice is a very simple application to enable user feedback that is integrated with your Django project. Originally built for Verb (http://verbapp.com).

Installation and Dependencies

To satisfy dependencies listed in REQUIREMENTS you can simply run this command:

pip -r REQUIREMENTS

‘pip’ will automatically download and install dependencies required for django-voice. Next step is activating helper applications to run.

  • Activate django’s comment system. (https://docs.djangoproject.com/en/dev/ref/contrib/comments/)

  • Add django-gravatar and django-voting to your INSTALLED_APPS in settings file.

  • Add comments and django-voice to your url configration.

  • Create at least one Type and Status either through the admin or fixtures.

After these steps, your INSTALLED_APPS in settings.py must be seen like this:

INSTALLED_APPS = (
    ...
    'voting',
    'gravatar',
    'djangovoice'
)

and urls.py like this:

urlpatterns = patterns(
    ...
    url(r'^comments/', include('django.contrib.comments.urls')),
    url(r'^feedback/', include('djangovoice.urls')))

Remember to create and save at least one Type and Status model instance.

That’s all you need to run django-voice.

AUTHORS

DjangoVoice was originally created by Huw Wilkins (http://huwshimi.com/)

Contributors:

Project details


Download files

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

Source Distributions

django-voice-0.3.3.tar.gz (27.6 kB view details)

Uploaded Source

django-voice-0.3.3.tar.bz2 (25.0 kB view details)

Uploaded Source

File details

Details for the file django-voice-0.3.3.tar.gz.

File metadata

  • Download URL: django-voice-0.3.3.tar.gz
  • Upload date:
  • Size: 27.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-voice-0.3.3.tar.gz
Algorithm Hash digest
SHA256 1486aaecad10d99246ad2d5f6d2d0dd038ac9bf60d74f7027f0d98f5065c7729
MD5 116d207aff416c1c49507b1bc0930b6b
BLAKE2b-256 d716e14424bf8de825c2f08b05336046956e3311d1b3527b989850962b34b357

See more details on using hashes here.

File details

Details for the file django-voice-0.3.3.tar.bz2.

File metadata

  • Download URL: django-voice-0.3.3.tar.bz2
  • Upload date:
  • Size: 25.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for django-voice-0.3.3.tar.bz2
Algorithm Hash digest
SHA256 267f6faed223ece0b2944d0ae0d1da47301c44d0ddb4b1baad67d76ca71cf82e
MD5 d0ec2c9ef0252df0afe33e87fe000baa
BLAKE2b-256 31a5a63bfb62c89012a8d5b981d7f42c278a5683eb4dacf35b66e1ee07937438

See more details on using hashes here.

Supported by

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