Re: Create a ContentType object on model save

2010-11-09 Thread Kenny Meyer
Kenny Meyer (knny.m...@gmail.com) wrote: > Hello, > > I have two models, 1) FlashCard and 2) Practice, and I have a generic relation > in the FlashCard model pointing to the Practice model using the contenttypes > framework. > The Practice model tracks information like how many times something was

Create a ContentType object on model save

2010-11-08 Thread Kenny Meyer
Hello, I have two models, 1) FlashCard and 2) Practice, and I have a generic relation in the FlashCard model pointing to the Practice model using the contenttypes framework. The Practice model tracks information like how many times something was practiced, and calculates an `easy factor'. Each tim