I've a similar situation with my first django/satchmo project. I must be missing something about how to set things up.
In my case, nginx is serving static files from a /static root directory. I've side-stepped the problem by setting MEDIA_URL = 'http://[mysite].com/static/' & ADMIN_MEDIA_PREFIX = 'http:// [mysite].com/static/admin/', then symlinking /static/admin to [path to my project's python virtualenv]/lib/python2.6/site-packages/django/ contrib/admin/media/ where the css stuff actually lives. Right now I've enough to do without getting deeper into django's innards. The client needs to have a working admin NOW so that we make progress on getting the store working to his satisfaction. On Apr 8, 10:58 pm, "Buddy Lindsey, Jr." <[email protected]> wrote: > I have tried that. Along with /media/admin and it doesn't work. I > guess the big question is does MEDIA_URL need to be set? because if i > set STATIC_URL and MEDIA_URL to the same thing it chokes. I am not > exactly sure where django ends and satchmo begins. I didn't start > doing django stuff until well into 1.3.1 so if something is from pre- > 1.3.1 I am in trouble on my understanding. -- 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.
