Duh, thanks Stephen. Thought I tried that.

On Tuesday, October 28, 2014 3:38:12 PM UTC-7, Stephen McDonald wrote:
>
> Should the first arg just be "shop.Product" ?
>
> On Wed, Oct 29, 2014 at 9:36 AM, Josh B <josh.ba...@wearetopsecret.com 
> <javascript:>> wrote:
>
>> 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-use...@googlegroups.com <javascript:>.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Stephen McDonald
> http://jupo.org 
>

-- 
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