Is it a good practice to use /admin to create manage the blog in production?

This page summarizes the projects mentioned and recommended in the original post on /r/django

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • django-ckeditor

    Django admin CKEditor integration.

  • I would start off using Django Admin and see how it goes. Just add a nice editor to the main textarea field, like https://github.com/django-ckeditor/django-ckeditor My blog just uses Django Admin and it’s OK.

  • Python-Markdown

    A Python implementation of John Gruber’s Markdown with Extension support.

  • Interesting, I also use markdown, but hadn't heard of Django-Markdownx before your today. What I do is create two fields: body_md and body_html, and on save use Python Markdown to turn my markdown in html.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • sg1

    This repo is a stupid, simple, static site generator. It is very opinionated, but you can easily create static sites with jinja templates and json files. This basically cuts the framework out of rendering.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Learning about SSG features with Docusarus

    2 projects | dev.to | 26 Oct 2022
  • Show HN: Weejur – micro-blog from your email account

    1 project | news.ycombinator.com | 12 Sep 2022
  • Help with understanding & breaking down a library

    2 projects | /r/learnpython | 4 Aug 2022
  • Breaking down a python package library

    1 project | /r/learnpython | 2 Aug 2022
  • Spell checking Markdown documents using a Github action

    4 projects | dev.to | 26 Apr 2022