django-redcap

Software Screenshot:
django-redcap
Software Details:
Version: 0.1 Beta 2
Upload Date: 15 Apr 15
Developer: Byron Ruth
Distribution Type: Freeware
Downloads: 2

Rating: nan/5 (Total Votes: 0)

django-redcap is a Django app with utilities for porting REDCap projects to and from Django models.

Install and Setup

django-redcap is available on [PyPi][0]. Use Pip to install it:

pip install django-redcap

Once installed, simply add djredcap to your INSTALLED_APPS project settings:

INSTALLED_APPS = (
 'djredcap',
 ...
)


Commands

Commands are executed using the redcap command with a sub-command, e.g.:

./manage.py redcap [options] subcommand [args]

inspect

./manage.py redcap inspect path/to/exported/data_dictionary.csv > models.py

Requirements:

  • Python
  • Django

Other Software of Developer Byron Ruth

Comments to django-redcap

Comments not found
Add Comment
Turn on images!