How to get object id inside views.py applications on django?
For example:
there is person = Person.objects.all () and ptrson.id does not issue.
How to get object id inside views.py applications on django?
For example:
there is person = Person.objects.all () and ptrson.id does not issue.
Source: https://ru.stackoverflow.com/questions/406989/
All Articles