Django Full-Stack Personal Blog Site

This project is a full-stack personal blog site developed using the Python Django framework. The site allows users to create blog posts on their own pages, fill in the title, content and categories of those posts, publish them and display them on the home screen and subpages. Site visitors can leave comments on shared blog posts and see comments from other users.

Features to be added!

Still under development A system where users can log in Add images to blog posts More editing possibilities on blog posts Easily edit and manage blog posts with the admin panel

Setup:

  1. Clone the project to your local machine: git clone https://github.com/turkmenugur/Django-Personal-Blog-Site.git

  2. Go to the project folder:

cd Django-Personal-Blog-Site

  1. Install the required packages:

pip install -r requirements.txt

  1. Install virtual environment (venv) if not installed

python -m venv venv

  1. Start Django:

python manage.py runserver

Support If you have any questions or queries about the project, you can reach me using the GitHub Issues page.

Ekran görüntüsü 2023-10-27 105629

Ekran görüntüsü 2023-10-27 105613

Ekran görüntüsü 2023-10-27 105553