-
Trying to set up geonode on Docker. Django container is stuck on perpetual restart loop and returns below errors when I examine the logs using `docker-compose logs -f django`
> django4project_geono…
-
I am having problems with getting my Django authentication system working with Active Directory.
I am able to sign in and it says LDAP connect succeeded, but then it fails and prints that 'LDAP user …
-
While adding translations to the foundation app and setting up a test meeting I'm seeing the following in the console which appears to suggest a failure to log something;
```
[16/Oct/2024 13:45:14…
-
Currently the Telegram webook endpoint returns 500 and `TypeError: 'NoneType' object is not iterable` error in logs when `TELEGRAM_TOKEN` is unset. The error should be human-readable and suggest to se…
-
I have installed this in my project. I have imported logging in the settings.py file.
I've defined a DDRR dictionary:
DDRR = {
"ENABLE_REQUESTS": True,
"ENABLE_RESPONSES": False,
"…
-
```
Traceback (most recent call last):
File "", line 8, in
File "/usr/local/lib/python2.7/dist-packages/django/db/models/query.py", line 537, in delete
collector.delete()
File "/usr/lo…
-
ミドルウェアで認証確認を行っているが,detailページについてのみテストに失敗する.
実際に画面遷移を見ると非ログイン時はログインページに問題なくリダイレクトできているが,
内部的にuserが呼ばれる処理が走ってしまっている?
エラーを起こしている直接の箇所は
> history = UserBossHistory.objects.filter(user_id=user)
の可…
-
I use Rich as my Django logger, as described here: https://www.willmcgugan.com/blog/tech/post/richer-django-logging/
Everything worked fine with runserver, however once I started using Daphene ther…
-
**Tag/version of Container Images: 0.5.1**
I opened a PR fixing this (#717)
Running "pip install --break-system-packages pytz" inside the web container fixes the problem
The only differences fr…
-
When deleting apps / resources in DB we actually do a hard delete but what if we did soft delete? It is easier to trace things through time
http://stefan.haflidason.com/safer-soft-deletion-in-django/…
helgi updated
6 years ago