Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 361 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 361 Bytes

django-blog

This is a simple blog were users can create posts and add comments to them.

How to execute

Both Python 3.8+ and Pipenv are required.

  1. Download or clone this repo
  2. Open a terminal in the repo's directory
  3. pipenv install
  4. cd src
  5. pipenv run python manage.py runserver
  6. Open a browser in the address http://127.0.0.1:8000/