- Add 'django_basic_feedback' to INSTALLED_APPS.
- Add '(r'^feedback/', include('django_basic_feedback.urls')),' to your root URL conf.
- Put the following in your template's <head> tag (need to run './manage.py collectstatic'):
- <link rel="stylesheet" type="text/css" href="{{ STATIC_URL }}feedback.css" /> <script type="text/javascript" src="{{ STATIC_URL }}feedback.js"></script>
- Put the following in the body of your template:
- {% load feedback_widget %} {% feedback_widget %}
- Run './manager.py syncdb'.
-
Notifications
You must be signed in to change notification settings - Fork 7
Provides a Feedback button on your pages and lets you view feedback via Django's admin site. Requires jQuery.
License
SeanHayes/django-basic-feedback
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Provides a Feedback button on your pages and lets you view feedback via Django's admin site. Requires jQuery.
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published