A multi-user blog
To run this project locally, please follow these steps:
- Clone the repository: git clone https://github.com/psharma1984/blog-clone.git
- Navigate to project directory cd project-directory
- Setup the virtual environment python -m venv env source env/bin/activate # On Linux/Mac .\env\Scripts\activate # On Windows
- Install project dependencies using the requirements.txt file: pip install -r requirements.txt
- Run the migrations python manage.py migrate python manage.py makemigrations blog
- Start the development server python manage.py runserver
- Access the application in your web browser at http://localhost:8000.