Posts by Augusto Rocha Nascimento • 15 points
4 posts
-
0
votes2
answers123
viewsA: ERROR :My code hangs without any error
As Bacco said, it is interesting to separate the problems into small portions and solve these small portions one by one. Your code has some problems related to syntax and logic. So let’s go in…
-
-2
votes3
answers2731
viewsA: Problems with Pip install to install Virtualenvwrapper on Windows
Try: pip install virtualenv Worked here
-
1
votes1
answer419
viewsA: Python - API 2.0 Zenvia - urllib.error.Httperror: HTTP Error 400: Bad Request
never used the Zenvia API, but from what little I read in the documentation, the request should be made via get or post: import requests url = 'https://api-rest.zenvia360.com.br/services/send-sms'…
-
0
votes0
answers146
viewsQ: Django error: Invalid block tag: expected 'endblock'
In the development environment works normally, already in the production server I have the following error: Invalid block tag: 'ultimos_produtos', expected 'endblock' Follow the code excerpt: {%…