Re: Model that calls a function in another model

2008-10-28 Thread Michael Meier
Hi Karen > You might want to read this section of the docs: > http://docs.djangoproject.com/en/dev/topics/db/queries/#related-objects Thank you very much, that helped. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

Model that calls a function in another model

2008-10-27 Thread Michael Meier
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 s

Instant Django for Mac?

2008-06-01 Thread Michael Meier
Hi I'm trying to install Django on my Macbook Pro (Mac OS X 10.5 (Leopard)) since weeks and I've spent about 15 hours and I haven't succeeded so far. What I want is a local PostgreSQL database server on my Macbook, so I tried all Tutorials I've found on the internet, most with MacPorts. Actuall