-
Page not found (404)
Request Method: GET
Request URL: http://localhost/clients/tenant2
Using the URLconf defined in app.urls_tenants_dynamically_tenant_prefixed, Django tried these URL patterns, in…
-
At the moment there is no validation when adding a new exercise to the workout without any repetitions.
When working on this issue it's probably a good idea to refactor the logic for this and let dja…
-
E.g. `irods_dirs` and `disable_all` seem to serve the same purpose, just with checking logic for the disabling done differently.
This will be reworked in v0.5 anyway as the button data will be provid…
-
Since upgrading from 1.14.3 to 1.14.4, we're having a problem with this code:
```python
from django.core.files.base import ContentFile
from django.core.files.storage import storages
storage = …
-
While looking through the connection logic for my attempt to address #455, I noticed that the name used to get a connection is the django connection name rather than the alias. The implications of thi…
-
Hello, thank you for doing this task. I will add some notes and please make a pull request for this.
The app name should usually be the main model name but using plural eg reservations. For this on…
-
### Discussed in https://github.com/celery/django-celery-beat/discussions/730
Originally posted by **AryanHamedani** February 13, 2024
**The `ModelEntry` class in django-celery-beat includes a…
-
I am implementing a custom logout function to sign-out from Keycloak when the user performs a logout action in django admin. I need to make a POST request to the Keycloak logout endpoint and include t…
esune updated
3 months ago
-
### Overview
To complete affiliate topic tag logic: Verify organizations django db in production has organizations that have been identified as contributors.
### Action Items
- [ ] verify in [d…
-
### Issue description
Right now we use a brute force approach that defines which field on user and joined fields from other models need to be tackled when transferring a user. For a more solid approa…