Skip to main content

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:

Donate on 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


Download files

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

Source Distribution

django_surveyplus-0.0.5.tar.gz (8.5 kB view hashes)

Uploaded Source

Built Distribution

django_surveyplus-0.0.5-py3-none-any.whl (11.3 kB view hashes)

Uploaded Python 3

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