wbrefvem/corkboard

View on GitHub
cascade/fixtures/organization.json

Summary

Maintainability
Test Coverage
[
    {
        "pk": 1, 
        "model": "cascade.organization", 
        "fields": {
            "name": "Race for the Cure", 
            "address": 1, 
            "contact": 1, 
            "org_type": "NFP"
        }
    }
]