[Fixed]-Can I make a dynamc number of foreign keys to a single (self) django model?

1👍

A ForeignKey is a one-to-many relationship, defined on the “many” side. Since your relationship is pointing to self anyway, it already does what you want.

Leave a comment