-
After posting a change comment via the API I can no longer navigate to the Change, instead I am presented with an error page stating class not found
```
Environment:
Request Method: GET
Re…
-
# The problem
The original title of this issue was **"Annotate of _count in query optimizer not working as described in docs (attribute error)"** and I've left the issue and my own response to it he…
-
### Task: Integrate FastAPI into the Project
Add FastAPI as a component within project to enhance API performance and support asynchronous operations.
---
### Instructions:
1. **Install …
-
### Deployment Method
- [x] Installer
- [ ] Docker Development
- [ ] Docker Production
- [ ] Bare metal Development
- [ ] Bare metal Production
- [ ] Digital Ocean image
- [ ] Other (please provide a…
-
# 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)…
-
### Please verify that this bug has NOT been raised before.
- [X] I checked and didn't find a similar issue
### Describe the bug*
When using the PUI login form and logging in with a OpenIDConnect p…
-
I am trying to run the following app.
```python
from django.db import models
from nanodjango import Django
from django.db.models import Model
from django.contrib.auth.models import User
fro…
-
```python manage.py migrate
Traceback (most recent call last):
File "/mnt/Extras/ERP/my-shop/manage.py", line 22, in
main()
File "/mnt/Extras/ERP/my-shop/manage.py", line 18, in main
…
-
### Describe the problem
We're seeing an issue upgrading an existing deployment from Constance 2.9.1 to 4.1.2.
### Steps to reproduce
- Have a project with database records from 2.9.1 (Const…
-
This is quite an interesting project, but I have an orthogonal question, sorry for asking on the wrong forum.
We have grpc services written in Java and a Django-based portal with vueJS front end. …