Skip to content

Hasanabbas-Momin/Blogspot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  1. For installing virtual environment

On macOS and Linux: python3 -m pip3 install --user virtualenv

On Windows: py -m pip3 install --user virtualenv

  1. For creating virtual environment

On macOS and Linux: python3 -m venv env

On Windows: py -m venv env

  1. For activating the virtual environment

On macOS and Linux: source env/bin/activate

On Windows: .\env\Scripts\activate

  1. Use the following command in your terminal

git clone https://github.com/chinmayparekh/Blogspot.git

  1. Install requirements

cd Blogspot/
pip3 install -r requirements.txt

  1. Make migrations

python3 manage.py makemigrations python3 manage.py migrate

  1. Run the server

python3 manage.py runserver

About

web based blogging platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 50.0%
  • Python 44.9%
  • CSS 5.1%