Ready SaaS Docs
  • Guides
    • ⏳Local setup in 3 minutes...
    • 🤹Background Tasks (Local)
    • 🚀Deploy
    • 💲Payments & Subscriptions
      • Stripe
      • Paypal
  • Features
    • 🎨Style and Themes
    • ✍️Blog
    • 📧Email
Powered by GitBook
On this page
  • A simple, yet powerful blog solution
  • Creating a blog post is super easy...
  1. Features

Blog

how to add a blog in django project

PreviousStyle and ThemesNextEmail

Last updated 1 year ago

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.

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

You can check the live sample blog post

✍️
here.