refactor: Separate backend and frontend, avoid template-filling on the fly. Resolve #158.

This commit is contained in:
Terry Geng
2020-07-12 11:38:19 +08:00
parent 9a6aaba602
commit 4e541a7622
7 changed files with 137 additions and 50 deletions

4
.gitignore vendored
View File

@ -116,5 +116,7 @@ tmp/
*.db
templates/*
# Pycharm
.idea/
.idea/