Posts by Anderson Santana Nunes • 13 points
2 posts
-
0
votes1
answer25
viewsQ: display a single Django class value
I would like to know how to show in my html template, a single character of my model "Character". this is my models.py, I inserted 10 characters in this class via Django admin: py models file. from…
-
-2
votes1
answer39
viewsQ: Virtualenv python between Win/Linux machines
I got a problem, somebody’s been through it ? I have a Python/Django project on a linux pc, and this project is in a repository on github. Dei git clone in this repositorio on another windows pc, so…