You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Satchmo users
Hi I'm using django-grappelli for 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 using Grappelli?
Bye
Nan
unread,
Mar 11, 2011, 11:36:13 AM3/11/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Satchmo users
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 <manosuc...@gmail.com> wrote:
> Hi I'm using django-grappellifor the admin interface and I found one
Nan
unread,
Mar 22, 2011, 11:01:15 AM3/22/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Satchmo users
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.