Hello,

I have somewhat of a strange situation:

Each user has his own calendar and own set of events, and I want the  
event categories to be models like Assignment, FieldTrip, Test/Quiz,  
etc. I want it like this so that I can make the event on the rendered  
calendar a link to the assignment page or field trip page or test/quiz  
page, etc. Should I make an abstract model called EventCategory, for  
example, and make the Assignment, FieldTrip, and Test/Quiz models  
subclass EventCategory, or use the contenttypes framework for the  
category in the Event model and then just limit the choices in the  
form(s) to the models I want to use?

Thanks!
Michael

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to