Hi,
i have a problem with the MEDIA_URL in django.
My settings.py section looks like this:

# Absolute path to the directory that holds media.
# Example: "/home/media/media.lawrence.com/"
MEDIA_ROOT = '/Users/stefan/Development/ju_amerang/media/'

# URL that handles the media served from MEDIA_ROOT.
# Example: "http://media.lawrence.com";
MEDIA_URL = 'http://127.0.0.1:8000/media/'


but, when i want to go to http://127.0.0.1:8000/media/ with my browser
i get every time a 404 Error with the following message:
Using the URLconf defined in ju_amerang.urls, Django tried these URL
patterns, in this order:
^mitglieder/
^admin/
The current URL, /media/, didn't match any of these.

can anyone help me?

sorry for my bad englisch, but i hope you understand my

regards stefan
--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to