I am trying to tie products to an event, but for some reason I am unable to 
create a M2M with the Products table. 

event_products = models.ManyToManyField("cartridge.shop.models.Product", 
blank=True,
                                      
verbose_name=_("Products"),related_name='event_products',
                                      )

Tried a few different ways and I get the following

'products' has an m2m relation with model cartridge.shop.models.Product, 
which has either not been installed or is abstract.


Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Mezzanine Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to mezzanine-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to