blogo is a blog service site built by tirtha
To access it, click here.
python3 installed on system
- clone the repo.
- create a virtual environment (_optional)
- install packages using
pip install -r requirements.txt
- go in the dir where manage.py is located.
- open terminal/powershell/CMD in that location, run
python manage.py runserver