summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
-rw-r--r--certificate/models.py2
2 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..82b43d4
--- /dev/null
+++ b/README.md
@@ -0,0 +1,7 @@
+CERTIFICATE GENERATOR
+======================
+
+Autogeneration of the certificates for different events.
+Compiles latex file and provides the certificate pdf.
+
+Installation Guide will be up soon
diff --git a/certificate/models.py b/certificate/models.py
index 02bfd17..92c1377 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):