diff options
author | prathamesh | 2015-06-04 12:05:07 +0530 |
---|---|---|
committer | prathamesh | 2015-06-04 12:05:07 +0530 |
commit | 670e45216396e65ab90f2ada59068632bbbca542 (patch) | |
tree | 8ebfd9f78c1996facfc88fd8160bfb397ab32887 | |
parent | 1bba8de87a388f104b3fbe272589378f7cadf847 (diff) | |
download | certificate-generator-670e45216396e65ab90f2ada59068632bbbca542.tar.gz certificate-generator-670e45216396e65ab90f2ada59068632bbbca542.tar.bz2 certificate-generator-670e45216396e65ab90f2ada59068632bbbca542.zip |
Updated events
-rw-r--r-- | certificate/models.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/certificate/models.py b/certificate/models.py index 81ee13a..7bfecef 100644 --- a/certificate/models.py +++ b/certificate/models.py @@ -7,6 +7,8 @@ events = ( ('SPC', 'Scipy Conference'), ('PTC', 'Python Textbook Companion'), ('STC', 'Scilab Textbook Companion'), + ('DCM', 'DrupalCamp Mumbai'), + ('FET', 'FreeEda Textbook Companion'), ) class Profile(models.Model): |