A simple Django app to gather feedback on your site.
Project description
====
Feedback
====
Simple app for feedback
Quick start
-----------
1. Add "feedback" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'feedback',
]
2. Include the feedback URLconf in your project urls.py like this::
path('feedback/', include('feedback.urls'))
3. Run `python3 manage.py migrate` to create the feedback models.
4. Start the development server and visit http://127.0.01:8000/admin/ to create
a feedback (you'll need the Admin app enabled).
Feedback
====
Simple app for feedback
Quick start
-----------
1. Add "feedback" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
...
'feedback',
]
2. Include the feedback URLconf in your project urls.py like this::
path('feedback/', include('feedback.urls'))
3. Run `python3 manage.py migrate` to create the feedback models.
4. Start the development server and visit http://127.0.01:8000/admin/ to create
a feedback (you'll need the Admin app enabled).
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-dsm-feedback-0.1.tar.gz
.
File metadata
- Download URL: django-dsm-feedback-0.1.tar.gz
- Upload date:
- Size: 1.3 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8ee09a6ed076c1e79b240dd63658d0c11caaf51183588ee0ba8d9977e4643529 |
|
MD5 | ccfd3fdf62f4cac9a6f21eb0cfd6f75e |
|
BLAKE2b-256 | 45bb0873d16860348c6aef43078f132b4221ec25d66885bdea26d8c36d451147 |