Skip to main content

This package provides a framework for surveys and questionnaires

Project description

[![Build Status](https://travis-ci.org/CSDTs/Django-pre-post.svg?branch=master)](https://travis-ci.org/CSDTs/Django-pre-post)[![Updates](https://pyup.io/repos/github/CSDTs/Django-pre-post/shield.svg)](https://pyup.io/repos/github/CSDTs/Django-pre-post/)

# Django-pre-post This Django app provides the ability to create pre-post questions and answers. It was developed by the CSDTs team at RPI to embed pre-post tests for students in their website and to ease data collection.

# Installation & Integration

## Download and install: Either use pip in terminal: pip install django_pre_post Or add django_pre_post to your requirements / libraries file and run pip install -r requirements.txt

## Add the application to your site: Include it in settings.py ` INSTALLED_APPS = ( ... your apps here ... 'django_pre_post', ) ` Include it in URLS.py ` urlpatterns = [ ... your pages here... url(r'^questionnaire/', include('django_pre_post.urls')), ] ` # Testing

## Prerequisites * * VirtualBox * Linux: sudo apt-get install virtualbox * Windows & Mac: https://www.virtualbox.org/wiki/Downloads * * Vagrant * Linux: sudo apt-get install vagrant * Windows & Mac: https://www.vagrantup.com/downloads.html * * Git * Linux: sudo apt-get install git * Windows & Mac: https://git-scm.com/downloads * * * For windows Make sure C:Program FilesGitusrbin [is in your path variable](http://www.computerhope.com/issues/ch000549.htm)

## Setup `shell git clone https://github.com/CSnap/Django-pre-post #get the code cd Django-pre-post vagrant up #build the system in a virtual machine vagrant ssh #enter the virtual machine cd /vagrant python manage.py runserver 0.0.0.0:8000 #run the server ` Navigate to localhost:8002/admin/

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-prepost-2.0.0.tar.gz (11.6 kB view details)

Uploaded Source

Built Distribution

django_prepost-2.0.0-py3-none-any.whl (15.8 kB view details)

Uploaded Python 3

File details

Details for the file django-prepost-2.0.0.tar.gz.

File metadata

  • Download URL: django-prepost-2.0.0.tar.gz
  • Upload date:
  • Size: 11.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for django-prepost-2.0.0.tar.gz
Algorithm Hash digest
SHA256 b3b4891aa9ebc5821ca0c40074d72f185d59c0484b6678c839f949028a99433a
MD5 5273b5a12f008f2580d6f4867cdab98b
BLAKE2b-256 51006bdceba226a14c63487cbad512a445d58100b214b9877740cb581ff262ae

See more details on using hashes here.

File details

Details for the file django_prepost-2.0.0-py3-none-any.whl.

File metadata

  • Download URL: django_prepost-2.0.0-py3-none-any.whl
  • Upload date:
  • Size: 15.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.7.7

File hashes

Hashes for django_prepost-2.0.0-py3-none-any.whl
Algorithm Hash digest
SHA256 71cb9c01a46d0a9f91f406bf4c3768f818bdd28a144cb422450e9f7a818ce2b7
MD5 1baaa003b7ef538799d36b96063a979d
BLAKE2b-256 dc263e20851411954b82b8822ffc0972df6c2f5750d3b10825de45751d80b11f

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