In the project I'm working on it makes a lot of sense to store pretty
much everything in 1-2 models, as there are a lot of common operations
being done on any object or property - moderation, versioning, etc. I
wanted to have something similar to this approach:
http://bret.appspot.com/entry/how-friendfeed-uses-mysql in Django.
Original models don't fit there, so I started to write "meta" models,
first stage is done and I'll be glad to read some critics - or maybe
there's already a solution that I've missed?

http://dpaste.com/hold/31803/

--~--~---------~--~----~------------~-------~--~----~
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