-
Can access to our FastAPI API be managed using Django or directly with Django's `auth_user` table?
-
when I run this command:
sudo docker-compose up -d --build
The output:
...
Step 9/12 : RUN poetry install --no-root
---> Running in b8ababe21afe
Skipping virtualenv creation, as specified in …
-
Здравствуйте, отлично поработали ! Молодцы, что сделали исследование БД. Есть небольшие рекомендации:
1. [Здесь](https://github.com/ZOMini/ugc_sprint_2/blob/e77bfb86cdd379955181573e3177d544727cd58f…
-
I'm trying out the 'production' example and having some issues. It seems to start up properly but as soon as I try to load the page etebase crashes.
I added the networks so etebase could find post…
-
**Describe the bug**
Can't run reflex init
**To Reproduce**
Steps to reproduce the behavior:
- run reflex init
**Expected behavior**
working reflex init command
**Screenshots**
console …
-
**[문제발견]**
* synopsis_numpy_scale의 형태가 object인데 이 안에서 byte형인 것과 nadrray이 인 것이 섞여 있다.
**[해결방법 생각과정]**
* 이전 byte와 list형태를 모두 tolist로 변환하여 해결했던 것이 생각이 났고 list형태를 모두 tolist로 변환은 되지만 중간에 byte형태가 있어 오류…
-
Roles: admin, regular user (can be boolean flag on that model/table)
For auth we can use this: https://fastapi.tiangolo.com/tutorial/security/oauth2-jwt/?h=jwt
-
- Decide on whether to use DialogFlow Webhooks (https://cloud.google.com/dialogflow/es/docs/fulfillment-webhook?hl=en)
- Decide on supported Auth0 Management API endpoints (https://auth0.com/docs/api/…
-
### Initial Checks
- [X] I confirm that I'm using Pydantic V2 installed directly from the `main` branch, or equivalent
### Description
`init_var` flag does not hide the attribute from the con…
-
In relation to issue #75, @priesgo was suggesting we have "definiton" files for the JSON objects that get passed between backend and frontend. These could be stored in a separate repository that gets…