On 10 Apr., 09:49, jurian <[EMAIL PROTECTED]> wrote:
> Does anyone else think I should add a ticket request for this as a
> future feature?

Yes, please do. I can even contribute some code if that feature will
make it into django.

The only thing you need to do is specify a MEDIA_URL in your
settings.py (the URL must start with a '/', i.e., point to the same
server) and add an urlpattern (r'', include('media_urls')) somewhere
in your urls.py. The latter could be done automatically if it gets
incorporated into Django, so you'd simply specify a MEDIA_URL and it
would magically work. I hope that's not too much magic for the Django
folks. :)

Bye,
Waldemar Kornewald
--~--~---------~--~----~------------~-------~--~----~
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