-
现在demo中没有看到主从表相关的案例,fastapi-user-auth-demo里用户和角色管理页面里写了link_model_fields,但没看懂有什么效果。
自己写amis配置应该是可以实现的,不知道amis-admin里有没有更简洁的实现方式?
-
Hi,
First of all I would like to tell you, that I am really excited about this software and the work you are doing. I would definitely want to try this out and maybe later could contribute.
I am tr…
-
### [READ] Step 1: Are you in the right place?
* For issues related to __the code in this repository__ file a GitHub issue.
* If the issue pertains to __Cloud Firestore__, report directly in t…
-
Is there an example of how to integrate piccolo into an existing fastapi application?
Something along the lines of the examples in the fastapi docs [here](https://fastapi.tiangolo.com/tutorial/sql-…
-
According to :
>The pgstac_ingest role has read/write priviliges on all tables and should be used for data ingest or if using the transactions extension with stac-fastapi-pgstac.
However, when r…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Suggestion
Graph QL could assist in making a couple queries simpler for users.
The system uses Fast API so …
-
somehow i can't access the api even though the container is running.
```
curl -X -L 'POST' -H 'Content-Type: application/x-www-form-urlencoded' --data 'username=admin&password=XXX' http://127.0.0.…
Tealk updated
3 months ago
-
hello, please add
```python
ADDITIONAL_OPERATORS = {
"similarity": lambda f, v: f.op("")(v),
"word_similarity": lambda f, v: f.op(">")(v),
"like": lambda f, v: f.ilike(v),
"ilike…
-
Bonjour,
Par curiosité, je voulais me lancer dans une première installation de GeoCam sur une VM locale (ubuntu server 22.04).
Je rencontre cependant une erreur au moment d'execution de ./scripts/…
-
Hi,
im not able to authorize.
Commands and terminal output. I've added -s to supress the progress. Without -s same output.
```
[root@mysrv systools]$ TOKEN=$(curl -s -X POST -L -H 'Content-Typ…