django-redcap

Utilities for porting REDCap projects to Django
Download

django-redcap Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Byron Ruth
  • Publisher web site:
  • http://pypi.python.org/pypi/django-forkit/

django-redcap Tags


django-redcap Description

django-redcap is a Django app with utilities for porting REDCap projects to and from Django models.Install and Setupdjango-redcap is available on . Use Pip to install it:pip install django-redcapOnce installed, simply add djredcap to your INSTALLED_APPS project settings:INSTALLED_APPS = ( 'djredcap', ...)CommandsCommands are executed using the redcap command with a sub-command, e.g.:./manage.py redcap subcommand inspect./manage.py redcap inspect path/to/exported/data_dictionary.csv > models.pyProduct's homepage


django-redcap Related Software