-
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…
-
## Feature:
- Problem: Now, all components are initialized with app: front-end, back-end, repository like a blocklist.txt e etc.
- Solution: Segregate in two or more layers:
- Front-end: …
-
### Describe the bug
I have django for backend and (trying to have) svelte on the frontend.
I'm serving the static output of sveltekit via django & whitenoise (but I can also reproduce it with a s…
-
### Please verify that this bug has NOT been raised before.
- [X] I checked and didn't find a similar issue
### Describe the bug*
When using the PUI login form and logging in with a OpenIDConnect p…
-
**Is your feature request related to a problem? Please describe.**
Traditional frameworks like Django rely heavily on sql transactions, like `BEGIN;` `COMMIT;` and `ROLLBACK`.
Recently, I've creat…
-
Since django adds some really useful things to the default unittest module in python, I started building a test adapter for It. Unfortunately I'm not very good with node, js and ts, so I'm really stuc…
-
In python 3.12, I get below error
Traceback (most recent call last):
File "/.local/share/nvim/lazy/django-neotest/neotest.py", line 20, in
main(sys.argv[1:])
File "/.local/share/nvim/la…
-
Getting this error when sending a post request to SocialLoginView. The body of post request contains "code" only. Having this problem on google/facebook/github login.
Similar problem also asked in…
-
### Current Behavior
I get the following error starting NetBox on docker using tag v4.1.0 or newer (running on Kubernetes). Image tag v4.0.11 or older works without issue.
```text
ssl.SSLError:…
-
### Rationale / Begründung
User registrations can come from any email domain, which may lead to spam accounts, security risks, or unwanted users in the system. Implementing an email domain whitelis…