Django-Weblog is a sample project designed to create a personal blog platform.
The primary objective of this project is to demonstrate skills in web development by building a fully functional personal blog.
This blog project includes the following features:
- Post Management: Create, edit, and delete blog posts.
- Minimalist Design: Focused on simplicity and user experience.
- Responsive Layout: Optimized for different devices.
To run this project, you need:
- Python: Version 3.10 or higher.
- Django: Version 5.
- Required Python Packages:
- Pillow: For image processing.
- Django Debug Toolbar: For debugging during development.