This is a simple blog application built using Django, providing functionality for creating, editing, and viewing blog posts. The blog allows users to view posts, comment on them, and manage their posts if they are authenticated.
- User Authentication: Users can register, log in, and manage their account.
- Post Management: Create, edit, and delete blog posts.
- Comment System: Users can comment on posts.
- Responsive Design: The blog is designed to be responsive and work across various devices.
- Search Functionality: Users can search for posts by title or content.
To get started with the project, follow these steps:
git clone https://github.com/yourusername/blog.git
cd blog