A fully functional blog application built with Django, HTML, and Bootstrap. This app allows users to register, log in, manage profiles, create/edit/delete blog posts, and more.
-
User Authentication:
- Register and login functionality
- Password reset functionality with email notifications
- Profile management (create, update, delete)
- Profile picture upload
-
Blog Features:
- Create, edit, and delete blog posts
- Pagination for blog posts
- Blog post templates and dynamic content
-
Database and Migrations:
- Integrated with a PostgreSQL/MySQL/SQLite database (based on your configuration)
- Database migrations for schema management
-
Styling:
- Responsive design using Bootstrap
- Clone the repository:
git clone https://github.com/yourusername/django-blog-app.git cd django-blog-app