Django Survey App
Project description
django-survey
The "django-survey" project is an application for Django that makes it easy to create and manage surveys on websites. This application provides functionalities to create surveys, define questions and response options, manage active and inactive surveys, collect user responses, and generate statistical reports on survey results. With this tool, developers can easily integrate surveys into their Django websites to collect user data and feedback.
Instalation
pip install django-surveyplus
Use
Add to installed applications
# settings.py
INSTALLED_APPS = [
# ...
'survey',
# ...
]
Add the URLs
urlpatterns = [
# ...
path('survey/', include('survey.urls')),
# ...
]
Run the migrations
python manage.py migrate
Licence
This project is licensed under the MIT License. See LICENSE file for details.
Proyect Status
This project is in Production/Stable ✔
Contribution 💗
If you find value in this project and would like to show your support, please consider making a donation via PayPal:
Your generosity helps us to continue improving and maintaining this project. We appreciate every contribution, however small. Thanks for being part of our community!
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
Built Distribution
File details
Details for the file django_surveyplus-0.0.5.tar.gz
.
File metadata
- Download URL: django_surveyplus-0.0.5.tar.gz
- Upload date:
- Size: 8.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ae148563f29b23cdd37374e193596a7be6574d622ed514b84c7cebfd9db17671 |
|
MD5 | 6848580bfd8690abfdeeb1436f55b487 |
|
BLAKE2b-256 | efa77a318714dc63390323cb450753be52fdaf07bd1fa49668a81a5b4901f00a |
File details
Details for the file django_surveyplus-0.0.5-py3-none-any.whl
.
File metadata
- Download URL: django_surveyplus-0.0.5-py3-none-any.whl
- Upload date:
- Size: 11.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.0.0 CPython/3.12.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b03143c110c6c4fa6a4b74f0ede9e43d3da36c28a59a619747dc0c9babfc8f4a |
|
MD5 | fec663c6f7549d1ed42aafadbbb2af80 |
|
BLAKE2b-256 | 3628acdb737f93ee44f0b420ab80a299f4a17f1e0d3ce95ab5bc0b85f40003d1 |