summaryrefslogtreecommitdiff
path: root/project/scipycon/base/models.py
diff options
context:
space:
mode:
Diffstat (limited to 'project/scipycon/base/models.py')
-rw-r--r--project/scipycon/base/models.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/project/scipycon/base/models.py b/project/scipycon/base/models.py
index 0e8d7c4..3146ca4 100644
--- a/project/scipycon/base/models.py
+++ b/project/scipycon/base/models.py
@@ -75,3 +75,7 @@ class ScopedBase(models.Model):
class Meta:
abstract = True
+
+
+class Paid(models.Model):
+ event_start = models.DateTimeField(blank=True, null=True)