• Stars
    star
    371
  • Rank 114,423 (Top 3 %)
  • Language
    Python
  • Created almost 8 years ago
  • Updated over 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

作者的挫作,《Python Linux系统管理与自动化运维》,敬请品鉴。

完整的目录在这里

image

使用说明

在MySQL中导入数据库:

mysql -h127.0.0.1 -ulaimingxing -plaimingxing -Dtest -P3306 < schema.sql

修改app.py,配置访问数据库的用户名、密码和端口号。

TODO

  • 密码加密
  • 用户注册
  • 以用户为维度,管理TodoList