On Wed, Mar 23, 2011 at 3:26 PM, Tony <tonyl7...@gmail.com> wrote:

> It uses my CMS_PAGE_MEDIA_PATH, which is 'C:\Users\Tony\Documents\My
> Music\1'.  Maybe this is the problem, but I dont know how to
> explicitely tell Django to use my MEDIA_ROOT.
>

Assuming that string is literally what you are using in your settings,
replace the backslashes with forward slashes. \1 is interpreted as an octal
escape sequence, which you do not want.

Karen
-- 
http://tracey.org/kmt/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@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