Hello I'm relatively new to Django and I was able to set up a small application without any problems, BUT:
How can I access data inside a model that comes from another model. As an example, I have a model Person, which has a One-To-Many- relationship to Skills. So each person can have multiple skills. Now my idea is that the Skills model has one function that returns the number of skills a person has. I tried this for several hours now :-(, including searching the documentation, but I can't find that information. Maybe I just need a push into the right direction. Thanks! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---