From 0a03a56a8c4de51bb40d9fb42800c8a2411c696a Mon Sep 17 00:00:00 2001 From: luxagraf Date: Wed, 20 Dec 2023 13:00:52 -0500 Subject: re-arranged main menu --- app/gtd/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/gtd') 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) -- cgit v1.2.3-70-g09d2