This package provides a framework for surveys and questionnaires
Project description
# 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
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 preerpost-0.0.92.tar.gz
.
File metadata
- Download URL: preerpost-0.0.92.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
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfc009db4c13a0e76c19e0fb5270bd2b18aa93adc26c406d3c06f5e0824b2070 |
|
MD5 | c1ad7e1eead38c0cfa3cb1623c15481b |
|
BLAKE2b-256 | 6fac5463b46f7ffd2b583e0d26f85f8808f9cdd24017da30ee554c36eaafb114 |
File details
Details for the file preerpost-0.0.92-py3-none-any.whl
.
File metadata
- Download URL: preerpost-0.0.92-py3-none-any.whl
- Upload date:
- Size: 15.7 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
Algorithm | Hash digest | |
---|---|---|
SHA256 | 498a9ca924bc7326de68377b3e4ec4deaa73a39b25edcb5dc6df1f6fbfee2395 |
|
MD5 | 17414a8d12d830b4d9ff55b1b6695357 |
|
BLAKE2b-256 | 9f9df5f9a59671a35dd82035124dca702c60d2038287df3a2f5d88b203f5cdb8 |