My database model includes a ForeignKey relationship. I'm writing the
admin.py.
We have a lot of "children" and "parents". The expected workflow is:
create children one by one, then create parent, then add children to
the parent. The heaviness of the "child" model makes it unfit for
inline editin
I have a little problem with ForeignKey's. It's easy to explain.
My database model involves a many-to-one relationship which i would
like to admin reversely.
ie. Articles and Authors, one Articles can have one Author, one
Authors can have many Articles.
I would like to admin the thing from the A
2 matches
Mail list logo