-
Notifications
You must be signed in to change notification settings - Fork 1
How to Add DjangoCMS Blog i.e. News Config
Wesley Bomar edited this page Mar 28, 2022
·
5 revisions
This document assumes
djangocms-blog
is already installed with one config.
-
Add Blog config i.e. "apphook" config.
- Open CMS Administation UI.
- In section "DJANGO CMS BLOG", add a Blog config.
- Talk a CMS admin aware of the client needs³ to set the following values:
- INSTANCE NAME: Uncertain. Set to the same value as "APPLICATION TITLE". (default: "Blog")
- APPLICATION TITLE: Title of the
BlogConfig
instance created by Auto setup. (default: "Blog") - OBJECT NAME: The CMS name for a Blog item. (default: "Article")
- (Optional) Ask a CMS admin aware of the client needs³ for remaining values.
-
Add Blog instance i.e. "apphook" to a Page.
- Open CMS Administation UI.
- In section "DJANGO CMS", add a Page.
- Talk a CMS admin aware of the client needs³ to set the following values:
- TITLE
- SLUG
- Save the page.
- Edit the Page's Advanced Settings.
- Set the following values:
- ATTACHED MENU: "Blog menu"
- APPLICATION: "Blog"
- APPLICATION CONFIGURATIONS: (appears only after choosing APPLICATION) (Check whether auto-set value is accurate.)
- Publish page.*
- Restart server.*
﹡ Page must be published before server restart. Otherwise, new page will not render blog content.
-
Confirm
djangocms_blog
app is installed and active.- Open CMS Pages admin UI. New page has 🧩. icon?﹡
- Open Blog/News page while logged in. Admin toolbar has "Blog" link?
- Open CMS Administation UI. Section "DJANGO CMS BLOG" exists?
﹡ In same column where Home page has 🏠. icon.
-
Confirm new Blog instance is working.
- Add and publish an article. Article shows up on new page?
- Open new page while logged in. Page shows "No articles found"?
☑ If article is not published, it will not show.
TACC ACI WMA Core-CMS Project Documentation