Skip to content

shishir085/Django-Blog-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Blog Application

This is a beginner-friendly blog application built with Django. It allows users to create, edit, and delete blog posts, manage user profiles, and interact with other users through comments.

Features

  • User authentication (sign up, log in, log out, password reset, and change password)
  • User profile management (edit profile, upload profile picture)
  • Create, update, and delete blog posts
  • Add tags to posts
  • Comment on blog posts
  • Pagination for blog posts
  • Responsive design using Bootstrap

Installation

  1. Clone the repository:
git clone https://github.com/shishir085/Django-Blog-App
cd django-blog-app
  1. Create and activate a virtual environment:
python -m venv venv

## On Windows: 
venv\Scripts\activate

## On Mac: 
source venv/bin/activate  
  1. Install dependencies:
pip install -r requirements.txt
  1. Set up the database:
python manage.py makemigrations
python manage.py migrate
  1. Create a superuser:
python manage.py createsuperuser
  1. Run the development server:
python manage.py runserver
  1. Open your browser and navigate to http://127.0.0.1:8000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published