Skip to content

Simple Django Blog - Full CRUD Opertaions FBV & CBV

Notifications You must be signed in to change notification settings

TahaAlothman/DjBlog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple Django Blog - Full CRUD Opertaions FBV & CBV

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages