-
Django 3.2 is EOL since April 1, 2024
Python 3.8 will be EOL after October, 2024
We shall also upgrade DRF when working on this https://github.com/openwisp/openwisp-utils/pull/392.
-
Hello! I started playing around with `dishka`, looking for some alternative to `dependency-injector`, and I really liked it conteptually, especially scopes and type-based injections.
Unfortunetly, …
-
From @bjester:
We should have proper defensive checks on user creation such that attempting to create a user with a duplicate email address doesn't fail and produce a 500 error. This could have come …
-
### Overview
In order to get comfortable with backend development on the CTJ project. I would like to run through the following django tutorial.
### Action Items
As an engineer I would like to like …
-
I noticed that while working with django_eventstream send_event it prevents other activities from continuing even the loading of a new page.
How can i get the django_eventstream to respond to other…
-
I'm attempting to add CAS authentication to an existing Django/DRF app using django-cas. I've been successful so far except for redirecting to the CAS login page via the "Login" link in the DRF API p…
-
Hi,
I wanted to bring to your attention a compatibility issue that arises when using `django-healthcheck` in conjunction with `django-storages` version 1.14.4.
### Description
After upgrading…
-
Hello,
I have been asked to evaluate Turbodbc. We have django project and we use the postgres database backend available out of the box for the same. Since Turbodbc claims to be fast, would like to u…
-
```
root@b28d3382a287:/api/src/comfy_django_example# python manage.py runserver 0.0.0.0:8001
Traceback (most recent call last):
File "manage.py", line 2, in
from django.core.management impo…
-
Hi, I am using this fork https://github.com/festicket/django-migrate-sql and have question on @browniebroke if would be possible to add `@no_translations` decorator to `handle` like here https://githu…