Ben Gosub
2 questions
0
votes
1
answer
29
views
Filter on relation field in Django ORM
I have a model Media that has a relationship to a model UserMedia (user ratings). Also there's a model called UserMatchScore (match scores of users) that is relevant to the question.
In a view I am querying the Media table, in this view there's an option to only get the media that my matches have ra...
2
votes
3
answer
140
views
Pip installing a package inside of a Kubernetes cluster
I have installed Apache Superset from its Helm Chart in a Google Cloud Kubernetes cluster. I need to pip install a package that is not installed when installing the Helm Chart. If I connect to the Kubernetes bash shell like this:
kubectl exec -it superset-4934njn23-nsnjd /bin/bash
Inside there's no...