Blog system started up

2023-10-06 18:47:03 1577

简介

first blog

This blog site is booted up on 2023-10-07 using:

gunicorn wsgi:app --bind 0.0.0.0:5000 --daemon --access-logfile access.log --error-logfile error.log