The Wayback Machine - https://web.archive.org/web/20220410220621/https://github.com/topics/flask-restful
Skip to content
#

flask-restful

Here are 996 public repositories matching this topic...

flask后端开发接口示例,利用Flask开发后端API接口。包含基本的项目配置、统一响应、MySQL和Redis数据库操作、定时任务、图片生成、项目部署、用户权限认证、报表输出、无限层级生成目录树、阿里云手机验证码验证、微信授权、Celery、单元测试、Drone等模块。
  • Updated Mar 11, 2022
  • Python
DangerOnTheRanger
DangerOnTheRanger commented Oct 29, 2020

Now that loading="lazy" is supported among a decent chunk of web browsers, I think it would be good for Maniwani to use this attribute in areas where attachment thumbnails are used - the catalog, firehose, threads, and the board index.

Note that among browsers, at least Firefox [disables lazy loading](https://developer.mozilla.org/en-US/docs/Web/HTML/E

enhancement good first issue
DiptoChakrabarty
DiptoChakrabarty commented Sep 30, 2021

Currently the applications forms are defined in resume/forms.py

It would be good if the form names are redefined to start with capital letters and ending with Form (eg UserExpForm)

The forms present are

  • RegistartionForm (Done)
  • LoginForm (Done)
  • PostingForm (Done)
  • UsereducationForm
  • UserexperienceForm
  • UserProjectsForm
  • ResumeBuilderForm
  • UserSkillsForm
  • UserAchievement

Improve this page

Add a description, image, and links to the flask-restful topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the flask-restful topic, visit your repo's landing page and select "manage topics."

Learn more