The only solution I've found for this so far is to install the staticfiles app so that you can have a MEDIA_URL, a STATIC_URL, and an ADMIN_MEDIA_PREFIX. The STATIC_URL points to Satchmo's static media; the ADMIN_MEDIA_PREFIX to Grappelli's.
On Mar 11, 12:36 pm, Nan <[email protected]> wrote: > I'm wrestling with the same problem with Grappelli 2.2 -- it breaks > the Variations Manager. Did you ever solve this? > > On Jan 19, 10:29 am, Alvaro <[email protected]> wrote: > > > Hi I'm using django-grappellifor the admin interface and I found one > > issue in the ajax lookup fields for Contacts and Orders. I'm receiving > > an error in the /admin/js/jquery.bgiframe.js file saying then "$.fn is > > not null or is not an object". > > > Googling a little bit I found that this can be solved by using > > jQuery.noConflict() but I do not know exaclty how and where. > > > Is anybody else usingGrappelli? > > > Bye > > -- You received this message because you are subscribed to the Google Groups "Satchmo users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
