feat: implement blog features
This commit is contained in:
parent
b93eabd429
commit
75662f9d98
28 changed files with 411 additions and 0 deletions
|
@ -24,6 +24,7 @@ BASE_DIR = os.path.dirname(PROJECT_DIR)
|
|||
# Application definition
|
||||
|
||||
INSTALLED_APPS = [
|
||||
"blog",
|
||||
"home",
|
||||
"search",
|
||||
"wagtail.contrib.forms",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue