Posts by Romulo Ferreira Mesquita • 7 points
4 posts
-
-1
votes1
answer34
viewsA: Render JSON Django field
Thanks Paul the line break with the "linebreaks" worked. To with another doubt here that I can’t solve that and encode json pro utf-8. in the terminal it displays normally encoded template no, I…
-
-1
votes1
answer34
viewsQ: Render JSON Django field
I am doing a project using Django 3.1.2, this project needs a log. I created a template for logs: class Log(models.Model): Usuario = models.CharField('Usuário que fez a ação', max_length=100) Perfil…
-
0
votes0
answers27
viewsQ: Error: Mysql backend does not support Timezone-Aware datetimes when USE_TZ is False
I’m having a problem in the pagseguro api, I’m using Django 1.8 when I try to send a payment it presents the error "Mysql backend does not support Timezone-Aware datetimes when USE_TZ is False." I…
-
1
votes0
answers34
viewsQ: Error 403 - Google API - Classroom
I have a python script that creates and links students from a certain list of Class room classes in Google via API. The problem I’m having is the following, the student and inserted in more than one…