Skip to content

Smarikatripathi/Blog_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 

Repository files navigation

📝 Blog Project (Django)

This is a simple blog project built with Django. It allows users to create, read, update, and delete blog posts.

🚀 Features

  • User authentication (login/signup/logout)

  • Create, update, delete posts

  • Responsive design

  • Admin panel

    📸 Screenshots

Home Page

1

Post List Page

2

Post Detail Page

3

Create Post Page

4

Edit Post Page

5

Login Page

6

Admin Panel

7

📦 Installation

# Clone the repo
git clone https://github.com/Smarikatripathi/Blog_Project.git
cd blog_project
cd mysite

# Create virtual environment
python -m venv venv
venv\Scripts\activate  # Or use source venv/bin/activate on Mac/Linux

# Install dependencies
pip install -r requirements.txt

# Apply migrations
python manage.py migrate

# Run server
python manage.py runserver


About

This is a simple blog project built with Django. It allows users to create, read, update, and delete blog posts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors