Posts by Alison Andrade • 52 points
8 posts
-
0
votes0
answers549
viewsQ: Postgresql - sql:4862: ERROR: syntax error at or near "textGrande"
Good night, you guys. I am trying to import to my Postgres database an sql from an external database and am suffering the following error: .sql:4862: ERROR: syntax error at or near "textoGrande" The…
-
0
votes1
answer98
viewsQ: Django n:n relationship with grid call
Good night. I am creating a system in Python/Django where I have a relationship n:n between a table Person and another Process and for this I created a third entity called Procedural part. I’ve done…
-
-1
votes3
answers680
viewsA: Traversing array of objects
I was able to resolve it simply with: echo $unidade->id.' - '.$unidade->nome.'<br>'; instead of echo $keys.' - '.$unidade->nome; being like this: foreach ($unidades as…
-
1
votes3
answers680
viewsQ: Traversing array of objects
Good night. I have an array of an object and would like to take two values: object(OrgaosJurisdicionais)[17] protected 'data' => array (size=3) 'id' => string '3' (length=1) 'nome' =>…
-
1
votes0
answers120
viewsQ: Internal Server Error 500 (Nginx) when I try to generate PDF by Weasyprint
Good morning, you guys. I have a problem in my application and I tried everything and I could not solve. I decided to generate dynamic PDF in my application and for this I used the Weasyprint…
-
0
votes1
answer43
viewsA: articles_article.author_id Error
It seems your exception was generated because your template is not finding the field rendered by view. Django is not finding the column in the database articles_article.author_id. If you can, post…
-
0
votes2
answers666
viewsA: Get the user logged in to Django Admin
Whoa, buddy. So what I really wanted was to filter logs per logged-in user so as to split the application to more than one user so that one does not see the record of the other. I managed to make…
-
1
votes2
answers666
viewsQ: Get the user logged in to Django Admin
Good morning, you guys. I have a small application made entirely in Django Admin and I need to get the user logged in to make a specific query listing registered customers and and other models by…