Skip to main content

A simple Django app to conduct Web-based survey or do announcement.

Project description

## django-inapp-survey In App Survey/Announcement for Django Application

Inapp-Survey is a simple Django app to conduct Web-based In-App survey. For each question, user answers are saved. You can set the constraints by which the announcement/survey questionnarie is shown on specific page or specific users.

Quick start

  1. Installation

    `shell $ pip install django-inapp-survey `

  2. Add inapp_survey to your INSTALLED_APPS settings like this:

    ```py
    INSTALLED_APPS = [
        ...
        'inapp_survey',
    ]
    ```
  3. Include the inapp_survey URLconf in your project urls.py like this:

    ```py
    url(r'^inapp_survey/', include('inapp_survey.urls')),
    ```
  4. Run python manage.py migrate inapp_survey to create the campaign models.

  5. Start the development server and visit http://127.0.0.1:8000/admin/ to create a survey (you’ll need the Admin app enabled).

Usage

There are two types of campaign you can run -

  1. Announcement - Plain informative announcment

  2. Survey - It allows survey questionnaire, and expects each step as question

TODO: Markdown usage

TODO: Example screenshots

TODO: Hows custom_params works

TODO: Explain model fields for Campaign

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-inapp-survey-0.2.8.tar.gz (3.6 MB view details)

Uploaded Source

File details

Details for the file django-inapp-survey-0.2.8.tar.gz.

File metadata

  • Download URL: django-inapp-survey-0.2.8.tar.gz
  • Upload date:
  • Size: 3.6 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for django-inapp-survey-0.2.8.tar.gz
Algorithm Hash digest
SHA256 e3a928b7e7044bbd8524038bbd6855ec8f44bfc8ec4b901ee0db5254bc727e38
MD5 7e26a76c81f133dfbb198f521c132805
BLAKE2b-256 18c9b769ef61f949e780cddfe01fee4647f2686771869087295a0b7c255a23dc

See more details on using hashes here.

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