Skip to content

sgithens/openmrs-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

openmrs-python

Python and Django utilities for working with OpenMRS

Usage

  • Add "openmrs-python" to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
            ...
            'openmrs-python',
    )
  • At the moment I haven't tried using syncdb, because I assume the tables were created with OpenMRS

About

Python and Django utilities for working with OpenMRS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages