> Any thoughts on how to fix this?

It sounds like you already have it working, but I think the problem is
you're setting the MEDIA_URL with the 8000 port... Which won't hit
Apache (most likely running on 80), but instead the built-in Django
server. You could simply use 'http://localhost/media' instead, without
specifying a port. But since you already have it working, I wouldn't
stress it :).
--~--~---------~--~----~------------~-------~--~----~
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