✍️Blog

how to add a blog in django project

A simple, yet powerful blog solution

Ready SaaS includes a simple yet powerful Blog content management system. It allows you to create SEO optimized blog posts right from within your Django admin without having to pay for additional blog service providers or build this yourself.

The markdown is beautified using Tailwind, and it looks absolutely professional. In the example below, you can see a sample blog article created using this feature.

You can check the live sample blog post here.

Creating a blog post is super easy...

Just go to admin > blog posts and create a new post. It's going to look something like this:

Fields Explained:

  • Title

    • Displayed as the blog post title

    • Used as the <title> meta tag for SEO

    • Used to generate an SEO-friendly url

  • Content

    • Markdown text

  • Description

    • Used to populate meta description tags

  • Keywords

    • Used to pupulate meta keywords tag

  • Published

    • Can be toggled to publish/unpublish a blog post

Last updated