Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 522 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 522 Bytes

blogo - a blog engine

blogo is a blog service site built by tirtha

To access it, click here.

Requirements to run source code locally

python3 installed on system

procedure to run.

  1. clone the repo.
  2. create a virtual environment (_optional)
  3. install packages using pip install -r requirements.txt
  4. go in the dir where manage.py is located.
  5. open terminal/powershell/CMD in that location, run python manage.py runserver