-
On a brand new project start I install Django, ibm_db, ibm_db_django. I configure DB like so:
```
DATABASES = {
'default': {
'ENGINE': 'ibm_db_django',
'NAME': 'TEST',
…
-
Here is the latest log file from `update_docs` on the production server:
```
[2024-10-29 08:15:03] Starting update for en/dev at 2024-10-29 03:15:03.252015...
[2024-10-29 08:15:03] HEAD is now at b…
-
I came across it when trying to use the admin page on the django app and it always errors out when trying to use DjangoQL as that seems to use this `explain` function and errors out so you can't actua…
-
I use a authentik auth2 provider, but get an error when excute callback. Is there someone can give me some help?
```log
linkding | [pid: 30|app: 0|req: 7/13] 172.19.0.1 () {52 vars in 1065 bytes}…
-
I was following the guide on https://falco.oluwatobi.dev/the_cli/usage.html and I get this error:
```
Environment `default` already exists
Environment `dev` already exists
Environment `docs` alr…
Mte90 updated
1 month ago
-
With Deno v1 `deno vendor` command I used to build the complete local copy of the project dependencies, then to run it without having to rely on remote access with `deno run --no-remote` flag.
Tryi…
-
Using head commit c5098961b04ce83f4615f2a846c84f803b072639:
```
% ./bin/youtube-dl 'https://www.youtube.com/live/QJ42yFBHgZk' --verbose
[debug] System config: []
[debug] User config: []
[debug]…
-
When attempting to edit a ticket tasks (comment) and change the status from todo to done as well as update the real start date and real finis date the following error was returned:
```
KeyError at…
-
Python 3.10 and later versions rely on OpenSSL 1.1.1 or newer, which includes FIPS-compliance checks.
MD5 is not an approved algorithm in FIPS mode, so attempting to instantiate hashlib.md5() in [_…
-
I'm trying to implement Django Compressor according to Django Components, maybe I'm missing some points. Probably what I'm doing now is not enough.
When running the Django web application in a prod…