This is a blog site built using Python and Django. It allows users to manage and publish their blog posts online.
- Python 3.x
- Django 3.x or higher
- PostgreSQL or another database system
- 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.