summaryrefslogtreecommitdiff
path: root/certificate/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'certificate/models.py')
-rw-r--r--certificate/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/certificate/models.py b/certificate/models.py
index 0737caf..672837e 100644
--- a/certificate/models.py
+++ b/certificate/models.py
@@ -28,6 +28,7 @@ class Certificate(models.Model):
counter = models.IntegerField()
workshop = models.CharField(max_length=100, null=True, blank=True)
paper = models.CharField(max_length=100, null=True, blank=True)
+ verified = models.IntegerField(default=0)
class Scilab_participant(models.Model):
''' Autogenerated model file csvimport Mon Dec 1 07:46:00 2014 '''