django-formwizard

django object has no attribute 'count'

django object has no attribute 'count' Question: I am learning django / python and I am stuck on an issue. I have a view: create_document.py in which I want to count the number of name details from a models class: NameDetails. I cannot get the correct syntax! Here is my models.py code: class NameDetails(FillableModelWithLanguageVersion): user …

Total answers: 5