jet-bridge
jet-bridge copied to clipboard
Jet Admin – No-code Business App builder
The following two line: ` headers = dict(map(lambda x: (x['name'], x['value']), headers)) query_params = list(map(lambda x: (x['name'], x['value']), query_params)) ` Are failing: `File "/packages/jet_bridge_base/jet_bridge_base/serializers/proxy_request.py", line 214, in submit headers =...
As per Django 4.0 the use of django.conf.urls is deprecated. (https://docs.djangoproject.com/en/3.2/ref/urls/#url). In order to support future django versions. This fix should be implemented.
Can you add an integration with MongoDB?
Hey there! I belong to an open source security research community, and a member (@0xamal) has found an issue, but doesn’t know the best way to disclose it. If not...
JB version - 0.9.9 Python - 3.8.10 Ubuntu - 20.04.2 Menu items are duplicated on both the Builder and Published app. See screenshots  Can't do anything from there, http://localhost:8888/api/ shows...
I'm using JetAdmin for managing a REST API I've built in Golang w/ GORM. For some reason, the ID field (which is type `uuid.UUID`) doesn't show up in the list...
On Ubuntu 18.04 i set up a PostgresSQL Server. Now i can connect with DBeaver with Host=Localhost, User = Postgres, Password=Test, Port=5432 on Server. I create over DBeaver a new...