summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/gtd/models.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/gtd/models.py b/app/gtd/models.py
index 35069bf..cf0d086 100644
--- a/app/gtd/models.py
+++ b/app/gtd/models.py
@@ -149,6 +149,7 @@ class PostStatus(models.IntegerChoices):
TURNEDIN = 1, ('turned in')
PUBLISHED = 2, ('published')
+
class WiredPost(models.Model):
# an entry in a feed
title = models.CharField(max_length=512, blank=True, null=True)