余忆开
|
d6f4c247ea
|
Fix bug 533
|
2024-05-29 10:29:35 +08:00 |
余忆开
|
f46e82b09d
|
Fix Bug533
|
2024-05-09 11:32:13 +08:00 |
余忆开
|
c499eaeff9
|
Fix bug 533
|
2024-05-08 19:30:08 +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 |