Thanks Shawn, I didn't read the documentation as thoroughly as I should
have. And I know that I should read the English version rather than relying
on the outdated, Japanese version. But this is good, as I need to learn
English more.

I modified the urls.py according to the docs, and the MEDIA_URL, MEDIA_ROOT
work now.

Just one more question, if I can...

Now, the MEDIA_* variables work fine using adding a url pattern, but how can
I serve the STATIC_* variables without the need to define the
STATICFILES_DIRS variables. I've tried just relying on the STATIC_URL and
STATIC_ROOT variables and they do not work.

I tried all the examples in the (English) documentation, and they don't
work. I must be missing something here.

Thanks,

Eiji

On Sat, May 14, 2011 at 10:31 AM, Shawn Milochik <[email protected]> wrote:

> It sounds like all your issues with these features are a result of not
> reading the documentation.
>
> Feel free to ignore these optional features and do things the hard way if
> you feel like it.
>
> On the other hand, you could invest a small amount of time in understanding
> them and get the benefits.
>
> Here's one small example of something both of you are complaining about
> only because you don't understand it.
>
> http://docs.djangoproject.com/en/1.3/howto/static-files/#serving-static-files-in-development
>
>
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django 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/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django 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/django-users?hl=en.

Reply via email to