Changes

Jump to: navigation, search

GEPS 013: Gramps Webapp

56 bytes added, 21:37, 30 September 2014
Models/Views: highlight note. off to "make docs"
The double-underscore in the keyword "gender_type__name" of the filter method is a Django convention. It means "replace wth the correct syntax". If Python allowed it, it would be written as '''Person.objects.filter(gender_type.name="Male")''' but that is not legal syntax.
=== Model overview ===
Here is an overview of all of the models and how they are related:
[[Image:all-tables.gif]]
{{man tip| 1=To update this |2=To see more graphical representations of the data, run "make docs" in the src/webapp/ directory, and then look in src/webapp/docs/.}}
=== Templates ===

Navigation menu