-
### Task: Integrate FastAPI into the Project
Add FastAPI as a component within project to enhance API performance and support asynchronous operations.
---
### Instructions:
1. **Install …
-
Epic Description: Automated testing to check projects functionality.
Tasks:
- [x] Set up SQLite3 database and add imports.
- [x] Create tests.
-
The django docs state that the --keepdb flag should keep the test database from being destroyed after a test run, and that subsequent test runs should not recreate the test database if it exists alrea…
-
Dear **django-environ** developers,
since [pydantic-settings](https://docs.pydantic.dev/latest/concepts/pydantic_settings/#usage) made recently quite big advances and has a substantial overlap with…
-
Hey,
One of the purpose for tonight's meeting is for me to fully understand the taipy.auth mechanism in great details.
For example, I'd like to load my Django database which could be Postgres wi…
-
I have connected Django application(beta) with MySQL database. When I make changes in Django administration, the changes are visible but, they are not getting reflected in the MySQL database (I tried …
-
-
Hi,
We have been developing our REST API with Django and Django-rest for some time, and we are using behave for integration test and first of all - huge thanks - it's a great tool. However, we have s…
-
**AttributeError: Mock object has no attribute 'session'**
This error is raised when using TestClient to test a login endpoint that uses `django.contrib.auth.login` because the mock request object as…
-
## Description of the issue
We want to implement #1363 for that we need a more sophisticated login approach that offers openid connect based user authentication. The package [django-allauth](https:…