I am trying/lerning to make application in python that will have information about universitys and their departments.
The problem I have is that I want to use data models, (I know very little about them).
I want to have two databases. One will contain departments, while other will contain universitys and list of departments.
Thanks for help!!!
Thanks for fast answers. I found some tutorials like: http://www.youtube.com/watch?v=rRCx9e38yr8&list=PLDA31F43DE4107B05 http://blog.notdot.net/2010/10/Modeling-relationships-in-App-Engine
and I started reading them, and some thing are having more sense.