On 27 août, 10:24, Karim Gorjux <lemieli...@gmail.com> wrote:
> On Fri, Aug 27, 2010 at 10:57, bruno desthuilliers <
>
> bruno.desthuilli...@gmail.com> wrote:
>
> Thanks a lot for all your advices. I work a lot on settings.py and now is
> more professional. The mistake was in
>
> ADMIN_MEDIA_PREFIX = '/media/'
>
> I changed it in
>
> ADMIN_MEDIA_PREFIX = '/admin-media/'
>
> And everything works now.
>

Yeps, that's a common gotcha, and the combination of default value of
ADMIN_MEDIA_PREFIX and the examples in the comments for MEDIA_URL
doesn't help.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to