flask
Multilingual flask application
Is there a preferred way to make a Flask application multilingual? Ideally, the solution would enable to @app.route the same view to use different urls for each languages, like @app.route(en=\'/staff/[详细]
2023-01-10 16:46 分类:问答Passing HTML to template using Flask/Jinja2
I\'m building an admin for Flask and SQLAlchemy, and I want to pass the HTML for the different inputs to my view using render_template. The templating framework seems to escape the HTML automatically,[详细]
2023-01-06 16:40 分类:问答Using Herkou, Python, Gunicorn, and Flask trying to host a web application but getting application error
I am using python, heroku, gunicorn, and flask attempting to host a very basic web application. The URL provides me only with the error shown below:[详细]
2022-12-07 22:12 分类:问答Running an infinite loop script that sends data to my Flask web app
I have a script that I made that is basically a while True loop. I run it inside the same folder as my Flask app in development mode, and it generates files which my Flask app gets the data from and d[详细]
2022-12-07 20:34 分类:问答How to add button in chatterbot
I have tried to create chatbot using Python with Flask framework and Chatterbot module. Since We are training data from YAML file, GUI programming to get answers it bit confusing. I want to get button[详细]
2022-12-07 18:08 分类:问答Database connection in Python
I am building a flask application having multiple tables connected to a database. I have defined the connections as below,[详细]
2022-12-07 18:03 分类:问答json data returned Response 14 bytes [200 OK] instead of displaying JSON data on flask app
i am now currently facing a problem where i cant display the json data onto the flask view. whenever i got the data and trying to display it on the view, i am not able to display the json data.[详细]
2022-12-07 17:36 分类:问答使用Python+Flask开发博客项目并实现内网穿透
目录前言1.个人的注册与登录模块2.首页文章展示模块3.文章详情展示模块4.文章发布模块5.文章添加分类模块6.文章分类管理模块7.文章管理模块8.用户个人信息注销模块9.信息管理模块10.程序启动模块11.内网穿透模块12.总[详细]
2022-12-04 12:09 分类:开发Python Flask搭建yolov3目标检测系统详解流程
【人工智能项目】python Flask搭建yolov3目标检测系统 后端代码 from flask import Flask, request, jsonify[详细]
2022-12-04 11:59 分类:开发