diff options
Diffstat (limited to 'app/posts/models.py')
-rw-r--r-- | app/posts/models.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/posts/models.py b/app/posts/models.py index 159060e..302d278 100644 --- a/app/posts/models.py +++ b/app/posts/models.py @@ -44,6 +44,7 @@ class PostType(models.IntegerChoices): SRC = 3, ('src') JRNL = 4, ('jrnl') FIELD_NOTE = 5, ('field note') + GUIDE = 6, ('guide') class Post(models.Model): |