-
Is anyone already working on Django 4.2 support? I don't want to duplicate effort and was looking at it today.
~~So far the issue is the reference to django.utils.six, which no longer exists.~~ Ah…
-
### Dependency
- [ ] Missing information about how to combine migrations in Django
### Overview
We need to make it easy to:
- Record any missing documentation about combining migrations in Dj…
-
# Celery task results are not stored in the Django database
## Environment
- Django: 5.1.2
- Celery: 5.4.0
- django-celery-results: 2.5.1
- Flower: 2.0.1
- psycopg2-binary==2.9.10 (PostgreSQL)…
-
I have been trying and failing to test on Python 3.13 + Django 5.1. I couldn't get psycopg(2) to work.
Turns out, psycopg2 is in maintenance mode and [Django recommends psycopg 3.1.8+](https://docs…
-
mod_wsgi (pid=2135587): Failed to exec Python script file '/var/www/html/atc/atc/wsgi.py'.
mod_wsgi (pid=2135587): Exception occurred processing WSGI script '/var/www/html/atc/atc/wsgi.py'.
Tracebac…
-
I'm developing a site with django 2. I'm updating DDS to work with django2 here https://github.com/andytwoods/django-dynamic-scraper
Will pull request when I'm satisfied all works.
-
-
Details:
```ImportError: cannot import name 'ugettext_lazy' from 'django.utils.translation'```
-
This issue will be primarily removal of Node backend and add Django support
1. Remove Node stuff
2. Adding Docker to support Python build
3. Using a Backend server - like Guincorn
4. support Typing. D…
-
Seems not compatible with django 4.2
File "C:\Users\Projects\kc\minc\admin.py", line 18, in
from suit.widgets import AutosizedTextarea
File "C:\Users\Projects\virtu\env\lib\site-packages…