SteffRhes
Results
2
comments of
SteffRhes
Thank you guys! I could get it working with my setup which also involves a traefik container as reverse proxy. Though I had a minor hickup on the way, namely...
> @rrauenza, thanks for your comment. > > I created a simple ForeignKey field which allows my models to return subclassed foreign key values. > > ``` > class InheritanceForwardManyToOneDescriptor(ForwardManyToOneDescriptor):...