-
#### Environment details
- Python version: python-3.8.2
- pip version: pip-9.0.1
- `google-api-python-client` version: 1.8.1
#### Steps to reproduce
Dependencies:
Flask==1.1.1
wer…
-
I'm running superset 1.0.1 on kubernetes.
All SQL Lab queries return:
```
Database error
'dict' object has no attribute 'set'
```
Logs
```
Triggering query_id: 296
INFO:superset.views.co…
-
I want to use init_app to initialize the application and I want to put all my api part of code into a separate .py file.
So I do something below:
interface.py:
```
from flask_smorest import Api
a…
-
After updating to 4.0.2 and fixing all "breaking changes" from doc like jwt_optional => jwt_required(optional=True), the app still fails to run, because it cannot register [blueprint_page_name].wrappe…
-
SQLAlchemy 1.4 made some changes that are currently incompatible with this extension. Identify failing tests and make changes to fix those. We should also pin to `SQLAlchemy
-
I currently am passing a lot of `current_app.config[...]` settings into schemas.
Would there be use for a `FlaskConfig` class? You'd give it a field class to use in serialisation (defaults to `fiel…
-
I'm hoping this is just because I'm new at this.
I'm developing an application, and currently working on converting to use dependency-injector. I've written a container and have been able to get co…
-
I have a (very) small Flask app that I am trying to structure in multiple files/modules.
I believe I have initialized correctly the `auth` provider:
```
...
from app.admin.views.my_home impo…
esune updated
3 years ago
-
refactor login functionality of example app to a blueprint
see
* https://flask.palletsprojects.com/en/1.1.x/blueprints/
* https://www.digitalocean.com/community/tutorials/how-to-add-authenticati…
-
I was looking inside the error messages from Scout and found this one from 4 hours ago. I didn't notice it before because it was in between other emails I got when testing some code on stage.
But t…