From 8c7b0e1abe1983fac38322c3bc01165c4c693d7e Mon Sep 17 00:00:00 2001 From: luxagraf Date: Fri, 27 Dec 2024 09:47:42 -0600 Subject: jrnl: added a photo essay post type and new url/template/views. also cleared out some old unneeded files --- app/posts/models.py | 1 + 1 file changed, 1 insertion(+) (limited to 'app/posts/models.py') diff --git a/app/posts/models.py b/app/posts/models.py index 377225f..6179fbe 100644 --- a/app/posts/models.py +++ b/app/posts/models.py @@ -73,6 +73,7 @@ class PostType(models.IntegerChoices): SRC = 3, ('src') JRNL = 4, ('jrnl') FIELD_NOTE = 5, ('field note') + PHOTO_ESSAY = 6, ('photo essay') class PostTopic(models.IntegerChoices): -- cgit v1.2.3-70-g09d2