Created
June 20, 2014 20:37
-
-
Save acmisiti/178994510b0caa180322 to your computer and use it in GitHub Desktop.
how i create models now. i think it looks better
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kwargs = { | |
'type_of_agreement' : SERVICE_LEVEL, | |
'cid' : company.id, | |
'title' : 'Terms of Service', | |
'signature_is_required' : True, | |
'has_been_signed' : False | |
} | |
agreement = MAgreement.objects.create(**kwargs) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment