Skip to content

SeanGau/city-collage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 Cannot retrieve latest commit at this time.

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

about

檔案結構

  • 程式使用 python3 flask 做框架
  • 來源圖片放置於 static/source
  • 背景圖片放置於 static/source/bg
  • 程式於執行時會自動產生thumb縮圖

來源分類

  • 修改 static/source/_category.yml 即可

how to run

  1. 設置好 DATABASE 環境變數和 config.py
pipenv sync
pipenv run flask run