-
docker compose exec web poetry run python manage.py loaddata admin_account
System check identified some issues:
WARNINGS:
: (templates.W003) 'log' is used for multiple template tag modules: 'dj…
-
In python 3.12, I get below error
Traceback (most recent call last):
File "/.local/share/nvim/lazy/django-neotest/neotest.py", line 20, in
main(sys.argv[1:])
File "/.local/share/nvim/la…
-
# Bug report
## What's wrong
With the latest django-stubs v5.0.4, I've noticed strange behavior when using models that inherit from 3rd party packages. Specifically, mypy throws a "Need type…
-
## Description
`PageToolbarMeta.populate` uses incorrect permission name to check if a user has change permission on the current page, causing a `KeyError` to be raised with django-cms >= 3.11.…
-
Whenever a user is removed from a meeting by the host by clicking the trash can an email is triggered to us. This is because code in the api doesn't have a trailing slash for the `removeMeeting `and i…
-
I think with new models added to the production site, we need to add initial reversions for those models.
See here https://django-reversion.readthedocs.io/en/latest/
@lucasmarchd01 I'm wonderin…
-
When trying to start Flower all without errors start, **Debug logs** do not help, but when you go to the interface is an infinite load. As it turned out later when flower at initialization sees the mo…
-
OS Type: Debian
OS Version: 12
Database Type: PostgreSQL
Database version: 15
Modoboa: 2.3.2
installer used: Yes
Webserver: Nginx
Hello my mailbox postmaster
floods you with monotonous messa…
-
**Is your feature request related to a problem? Please describe.**
Traditional frameworks like Django rely heavily on sql transactions, like `BEGIN;` `COMMIT;` and `ROLLBACK`.
Recently, I've creat…
-
I note that I'm not the only one that has suffered this error in the past:
```sh
ERROR 2024-09-25 20:29:16,864 signal 8 281473223794704 Signal handler raised: ImportError('/usr/local/lib/python3.…