-
How to capture the clusters and workers logs displayed in CMD ?
Examples of logs I would be interested to capture (and put in a file) :
- Startup INFO :
![image](https://github.com/django-q…
-
I'm using djongo to connect my Django REST framework API with my MongoDB cluster, and when logging the requests at DEBUG level, I see that djongo starts every request by closing the existing MongoClie…
-
I'm struggling with creating a singleton Apache Pulsar producer in a Django app. I have a Django application that needs to produce hundreds of messages every second. Instead of creating a new producer…
-
Hello, at first thank you for great package! I am a newbie in Django+LDAP but I have managed to run it in quite short time :)
But I have a question about the case if the LDAP server is not reachabl…
-
i built the container using
docker-compose up -d
if i go to the UI and check the local Graphite datasource i get an internal server error.
if i go to port 81 (Graphite web port) i see the following. …
-
This may be specific to using the Django ORM as the queue backend.
When porting an existing app using `django-q` to Python 3, I noticed logging lines complaining about the following:
```
2019-0…
-
Default log page in Django admin is not usable, because it has size > 3mb. The reason behind this is that Django displays select with all options for the following foreign key:
```
summary = models.F…
-
A potentiel N+1 queries performance issue spotted by Sentry. Indeed a quick request to `/api/v2/touristiccontent/` locally on the demo data shows that a lot of SQL queries are made.
To display SQL …
-
На данный момент не запускаются функции каллбэк.
ULOGIN_CREATE_USER_CALLBACK = "oauth.authorization.my_user_create"
ULOGIN_LOGIN_CALLBACK = "oauth.authorization.my_user_create"`
Так…
-
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…