王希涛
|
6462ef87cc
|
vocabulary
|
2025-05-29 14:16:44 +08:00 |
Lan Hui
|
6f4b91fd73
|
Remove wordfreqapp.db from app/static
|
2024-08-27 07:58:26 +08:00 |
陈晨
|
faf5ec14a4
|
Fix bug 578
|
2024-07-04 15:04:34 +08:00 |
Hui Lan
|
6ea0b970a2
|
(1) Downgrade Flask version from 2.3.2 to 2.0.3 as installing the higher version reports errors. This is probably due to my outdated python version (3.6). (2) Persist SQLite database data in a docker volume. Created a docker volume called englishpal-db using command 'docker volume create englishpal-db' and associate this volume with the docker image file directory /app. So, now what happens in /app will be mirrored to englishpal-db. Where is englishpal-db located? Use command 'docker volume inspect englishpal-db' to find out.
|
2023-07-17 07:45:38 +08:00 |
Lan Hui
|
18c37d583a
|
admin_service.py: show article content for the newly added article after clicking the button '保存'.
|
2023-07-14 08:15:15 +08:00 |