Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/mbourmaud/django-blog
- Owner: mbourmaud
- Created: 2017-05-02T13:42:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T13:44:09.000Z (over 7 years ago)
- Last Synced: 2023-03-09T22:14:29.187Z (over 1 year ago)
- Topics: cms, django, django-admin, django-application, django-cms, django-framework, django-rest-framework, django-templates, python, python-3, python3
- Language: Python
- Size: 18.6 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.