Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.17 KB

README.md

File metadata and controls

23 lines (18 loc) · 1.17 KB

DjBlog

DjBlog is a simple Django blog application that allows you to perform full CRUD operations using both function-based views (FBV) and class-based views (CBV). It provides a user-friendly interface for managing blog posts, including creating, reading, updating, and deleting posts.

Features

Create, view, update, and delete blog posts Use both function-based views (FBV) and class-based views (CBV) Bootstrap 4 integration for a responsive and modern design Python 3 compatibility Integration with Summernote editor for rich text editing Tagging functionality using Django Taggit

Usage

To create a new blog post, click on the "New Post" button and fill in the required details. To edit an existing blog post, click on the "Edit" button next to the post. To delete a blog post, click on the "Delete" button next to the post. You can also add tags to your blog posts using the provided tagging functionality. The Summernote editor allows you to format your blog post content with rich text features.

Acknowledgments

This project was inspired by the need for a simple and customizable Django blog. Special thanks to the contributors who have helped improve and maintain this project.