Victor Nunes
Victor Nunes
I'm struggling with the exact same problem. My installation is behind a proxy who handles SSL and then passes the request to a Traefik server that points to a correct...
@marcbria I’ll try your workaround in a different branch and build a new docker imagem from it but I’ll say I totally agree with you that this doesn’t seems like...
hey @marcbria, I found a workaround for this, it's a little messy but for now is getting the job done. I found this at the PKP forums, but I lost...
I think the same, I figured out I don't really need it. autocomplete-python get the job done. I just want something to help me with the templates
I tried with ```python from django.db import Model from typing import Any, Dict, TypeAlias ValuesQuerySet: TypeAlias[Model, Dict[str, Any]] = Dict ``` Is workings as expected for now, donno if is...