Blog Website Project Using Python Django Project

The project aimed to develop a fully functional blog website using the Django web framework. Key features included user authentication, CRUD operations for managing blog posts, a commenting system, rich text editing capabilities, responsive design, and pagination. By leveraging Python, Django, HTML/CSS, and SQLite, the project provided valuable insights into web development. Future improvements were suggested, such as implementing search functionality, categories and tags, social media integration, security enhancements, and performance optimization. Overall, the project offered hands-on experience in building dynamic web applications with Django, empowering users to share their ideas and stories effectively.

Features:

  1. User Authentication: Registration, login, and logout functionalities.
  2. CRUD Operations: Users can create, read, update, and delete blog posts.
  3. Commenting System: Users can comment on posts.
  4. Responsive Design: Ensured the website is accessible across devices.
  5. Pagination: Implemented pagination for listing posts.
  6. Blogs are updated and deleted only by author of that blog.
  7. Profile is only changed by logging user.

Technology Used in the project

  1. We have developed this project using the below technology
  2. HTML : Page layout has been designed in HTML
  3. CSS : CSS has been used for all the desigining part
  4. JavaScript : All the validation task and animations has been developed by JavaScript
  5. Python : All the business logic has been implemented in Python
  6. SQLite : SQLite database has been used as database for the project
  7. Django : Project has been developed over the Django Framework

Supported Operating System

  1. We can configure this project on following operating system.
  2. Windows : This project can easily be configured on windows operating system. For running this project on Windows system, you will have to install
  3. Python 3.10, PIP, Django.
  4. Linux : We can run this project also on all versions of Linux operating systemMac : We can also easily configured this project on Mac operating system.

Project on Django Installation Steps :-

  1. Install Python 3.10
  2. Install Django version 4.1.6
  3. Install all dependencies cmd -python -m pip install --user -r requirements.txt
  4. Finally run cmd - python manage.py runserver

Download Link