Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mbourmaud/django-blog

A very basic CMS using the admin panel of django. The admin can write blog posts using HTML tags. The frontend will simply render the HTML.
https://github.com/mbourmaud/django-blog

cms django django-admin django-application django-cms django-framework django-rest-framework django-templates python python-3 python3

Last synced: 5 days ago
JSON representation

A very basic CMS using the admin panel of django. The admin can write blog posts using HTML tags. The frontend will simply render the HTML.

Awesome Lists containing this project

README

        

# Django-blog

- A very basic CMS using the admin panel of django.
- The admin can write blog posts using HTML tags. The frontend will simply render the HTML.
- The goal of this project was mostly for me to learn how to use Django.