I have been banging my head against the wall trying to correctly configure a many to many relationship which should be straight forward.
I have A shopping list class, and an items class. I simply want shopping lists to be able to hold a list of items.
Please Please don't reply with the Google App engine documentation link, I'm looking for a working example that someone has used within their own project, not the theory Google loosely throws around.