On Feb 2, 7:24 am, Carl Meyer <carl.j.me...@gmail.com> wrote:
(...)
> The other downside is the extra administration complexity, which is
> the meat of your question.  Fortunately Django's admin can help you
> out, and it's quite easy: look into inlines[1].
>
> [1]http://docs.djangoproject.com/en/dev/ref/contrib/admin/#inlinemodelad...

That's perfectly what I was looking for! Thanks!

So now I have it presented and I can use django admin panel to manage
it. One following question:

How can I overwrite the way Questions are selected so that when they
are returned by Question.objects.get('x') or Question.objects.filter()
or Question.objects.all() they are already joined with
QuestionProperties values?

Thanks!
Zbigniew Braniecki
--~--~---------~--~----~------------~-------~--~----~
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