backend of the dict-website
Go to file
Miyamizu-MitsuhaSang a18bd82654 search.py:
提供autocomplete接口进行联想和提示功能
all_kana.py:
将日语单词转换功能单独设立为功能模块
2025-09-02 14:20:27 +08:00
.idea jp.py: 2025-08-27 16:41:37 +08:00
app search.py: 2025-09-02 14:20:27 +08:00
debug security.py: 2025-08-28 21:27:29 +08:00
migrations/models settings.py: 2025-08-17 16:20:05 +08:00
scripts update_jp.py: 2025-08-30 14:25:16 +08:00
.gitignore Initial Commit 2025-08-07 23:55:37 +08:00
README.txt Initial Commit 2025-08-07 23:55:37 +08:00
main.py 更新数据库配置 2025-08-30 15:39:26 +08:00
pyproject.toml Initial Commit 2025-08-07 23:55:37 +08:00
requirements.txt autocomplete.py: 2025-09-01 16:44:14 +08:00
settings.py 更新Redis配置 2025-08-30 15:52:47 +08:00

README.txt

./app/utils/security.py: get_current_user()新版本尚未启用