flasky_upload:Miguel Grinberg 在他的 Flask 书中的flask 应用程序实现了用户图像上传而不是gravatar

时间:2024-07-28 07:49:41
【文件属性】:

文件名称:flasky_upload:Miguel Grinberg 在他的 Flask 书中的flask 应用程序实现了用户图像上传而不是gravatar

文件大小:405KB

文件格式:ZIP

更新时间:2024-07-28 07:49:41

Python

带有用户配置文件图像上传的 Flasky 该存储库包含 Miguel Grinberg 的 O'Reilly 书籍的源代码示例。 这个 repo 正在进行中。 我正在(经 Miguel 同意)编辑用户个人资料图片的源代码,以接受用户上传的图片,而不是使用 Gravatar 服务。 请继续,因为我会随着我的进展更新 README.md 文件。 这是一个学习练习,可能包含错误和写得不好的代码。 去做: 允许用户从编辑个人资料页面上传图片 更改用户模型以接受图像路径作为字符串 配置镜像目录 更改 EditProfileForm 类以包含 user_uploaded_avatar 编辑 views.py 以在实例化 EditProfileForm 时包含指定的用户图像属性。 相应地,在 html 文件中包含个人资料图像的 url/路径。 这还不是一个完整的列表,将随着项目的进展进行更新


【文件预览】:
flasky_upload-master
----.gitignore(415B)
----app()
--------templates()
--------__init__.py(1KB)
--------email.py(673B)
--------auth()
--------api_1_0()
--------static()
--------models.py(14KB)
--------decorators.py(503B)
--------main()
--------exceptions.py(44B)
----LICENSE(1KB)
----README.md(1KB)
----config.py(3KB)
----tests()
--------test_user_model.py(7KB)
--------__init__.py(0B)
--------test_selenium.py(3KB)
--------test_api.py(10KB)
--------test_client.py(2KB)
--------test_basics.py(563B)
----IMG_0001.JPG(351KB)
----migrations()
--------env.py(2KB)
--------alembic.ini(770B)
--------script.py.mako(412B)
--------versions()
--------README(38B)
----requirements()
--------dev.txt(122B)
--------common.txt(416B)
--------prod.txt(14B)
--------heroku.txt(63B)
----manage.py(2KB)

网友评论