-
So I am attempting to port some of my old python code that used Jinja2 and i noticed that I can not include something that extends something else. I don't understand why this would be? But lets say I…
-
I'm working on the admin GUI interface (via knightlab). The GUI is going to be run as a flask server. I'm trying to implement viewing and editing of per-project configs. The project configs are sav…
jywsn updated
9 years ago
-
Thank you for working on this wonderful tool.
I'd like to suggest several changes to `uv init` arguments and defaults, with the following goals:
- Use consistent and established terminology
- O…
-
Currently, relationships are generally handled nicely, but adding an entry that references multiple related models is cumbersome.
I have a model that references 3 other models via ForeignKey. Let's j…
-
## Project Request
Predict a customer's credit loan status given basic information such as salary, occupation, gender, credit score, and so on.
---
| Field | ML |
| --…
-
Hi @oauthlib/core-contributors, I would like to propose that all majors downstream players to have a role in the oauthlib group.
Without them, the framework would not survive and we see that new fe…
-
when i want to run the program show the following error, anyone who has experienced in this , I try my best and check the method in render.py as well.
Traceback (most recent call last):
File …
-
Hello, I'm trying to use this package inside my Flask app.
When creating the `.po` files I can see the string to be translated coming from javascript code and then compiling to `.mo` files the tran…
-
* 第九章的测试代码无法正常运行,修改后出现的其他问题能麻烦帮忙看一下么,因为我对flask还不是很熟悉
* 使用的程序版本
· Flask == 2.3.2
· Flask-Login == 0.6.2
· Flask-SQLAlchemy == 3.0.5
· SQLAlchemy == 2.0.17
* 程序主代码
```PYTHON
#!/bin/bash/env pyt…
-
E2E tests are now working in the CI/CD pipeline for pull requests! 🎉 However, to get them to work we had to include the API repo and stand up a local API server instance in the CI/CD job in addition t…