MarquisT

Results 4 comments of MarquisT

The issue was actually with the nodes_module. For some reason when I follow the instructions and run the install npm, then bundle it, it creates a separate directory for each...

npm -v 3.10.9 node -v v6.9.2 I'm using a Mac.

I get the same thing. I am trying to use an M2M field that references a polymorphic model. model = defaults['instance'].get_real_concrete_instance_class() # respect proxy models AttributeError: 'Articles_media' object has no...

This is from my Admin class class MediaInline(StackedPolymorphicInline): """ An inline for a polymorphic model. The actual form appearance of each row is determined by the child inline that corresponds...