Skip to content

Blog

To operate the blog on the main site we can easily use blogging module in Admin Panel. The blog on frontend uses server side rendering that helps with SEO and performance

Publishing a Blog:

  • Log in to the admin panel at /admin route of backend
  • navigate to the POSTs section of the admin panel

Alt text

now you can see already published posts and create new ones in the admin .

Alt text

to create a new post click on the top right section.

Alt text

the DevStarter Blog Module comes with a very simple yet powerful TinyMce editor that is connected with Django Storage API so that any Image or content you paste here would directly be saved on the storage source that you’ve configured.

after editing the blog click on save and you’re done.