Posts by Gabriel Santos • 47 points
4 posts
-
0
votes1
answer1185
viewsQ: How to request on a server using digital certificate for Python/Django authentication
I am trying to use the api of a system that is available in a web link, however the server of the api requires as authentication a certificate of type pem, I already possess this certificate,…
-
2
votes1
answer286
viewsQ: How to fire an automatic email through Django when you receive a new value in the database?
Hello, my system is monitoring a server services, when a service fails I get a new value in the database with status "8" which means error, I would like to send an email to some user stating this…
-
0
votes1
answer553
viewsQ: Single authentication Sign on Django and Grafana
Hello people I am using the iframes of the graphana in my HTML page running in Django/python, however every time I open my page to view the embed Graficos I need to access the graphana and so…
-
2
votes1
answer204
viewsQ: How to compare two values of two different classes in Django
Hi, I’m new to Django and I have the following problem, I have two classes in Django one of them is : class Apps(models.Model): id = models.UUIDField(db_column='ID', primary_key=True) # Field name…