Skip to main content

OBytes django application for managing surveys, questions and answers

Project description

OBytes Django Survey App

Build & Test Publish to PyPI

Survey Django Application is designed to be a simple and easy to use survey application for Django, which can be used to collect data from users.

Quick start

  1. Install ob-dj-survey latest version pip install ob-dj-survey

  2. Add "ob_dj_survey" to your INSTALLED_APPS setting like this:

   # settings.py
   INSTALLED_APPS = [
        ...
        "ob_dj_survey.core.survey",
   ]
  1. Include the URLs in your project urls.py like this:
   # urls.py
   path("survey/", include("ob_dj_survey.apis.survey.urls")),
  1. Run python manage.py migrate to create the survey models.

Developer Guide

  1. Clone github repo git clone [url]

  2. pipenv install --dev

  3. pre-commit install

  4. Run unit tests make test

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

ob-dj-survey-0.1.3.tar.gz (65.3 kB view hashes)

Uploaded Source

Built Distribution

ob_dj_survey-0.1.3-py3-none-any.whl (27.2 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