Skip to content

This is a blog site built using Python and Django. It allows users to manage and publish their blog posts online.

Notifications You must be signed in to change notification settings

Salikha003/MyBlogSite1

Repository files navigation

Blog Site

Live Demo

Live Demo

Description

This is a blog site built using Python and Django. It allows users to manage and publish their blog posts online.

Requirements

  • Python 3.x
  • Django 3.x or higher
  • PostgreSQL or another database system

Installation

  1. Clone the Repository:
    git clone https://github.com/Salikha003/MyBlogSite1.git

Create a Virtual Environment:

python -m venv venv
source venv/bin/activate  # Unix/Linux
venv\Scripts\activate  # Windows

Install Dependencies:

pip install -r requirements.txt

Apply Database Migrations:

python manage.py migrate
Run the Development Server:
python manage.py runserver

Running the Site

To run the site, open your browser and navigate to http://127.0.0.1:8000.

About

This is a blog site built using Python and Django. It allows users to manage and publish their blog posts online.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published