feat: implement blog features

This commit is contained in:
Konstantin 2024-02-29 21:13:03 +01:00
parent b93eabd429
commit 75662f9d98
28 changed files with 411 additions and 0 deletions

View file

@ -24,6 +24,7 @@ BASE_DIR = os.path.dirname(PROJECT_DIR)
# Application definition
INSTALLED_APPS = [
"blog",
"home",
"search",
"wagtail.contrib.forms",