Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 360 Bytes

File metadata and controls

15 lines (9 loc) · 360 Bytes

Basic Flask blog

You can check out the version of this I have running on my blog hosted on PythonAnywhere.

Installation Instructions

If you want to install this for yourself:

  1. create a Python 3.8 virtualenv

  2. install all dependencies in requirements.txt

  3. run app.py