Skip to content

Smarikatripathi/Blog_Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

18 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

πŸ“¦ Installation

# Clone the repo
git clone https://github.com/Smarikatripathi/Blog_Project.git
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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published