Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Latest commit

 

History

History
56 lines (40 loc) · 1.05 KB

README_zh.md

File metadata and controls

56 lines (40 loc) · 1.05 KB

English | 中

logo

功能

  • 登录登出 - flask-login
  • 设置 - 用于更新用户名
  • 注册 - 所有用户共享一张电影列表
  • 增删改查 - flask-wtf + flask-sqlalchemy
  • 留言板
  • 国际化 i18n - flask-babel
  • 😘

运行

本人环境为 WSL-Ubuntu20.04,其他系统同理

git clone https://github.com/mancuoj/watchlist.git
cd watchlist

python3 -m venv env
. env/bin/activate
pip install -r requirements.txt

flask forge
flask admin
flask run

截图

感谢