September 2011
1 post
1 tag
Serving Django static media from the dev server.
Make sure your MEDIA_URL and ADMIN_MEDIA_PREFIX do not have the same path.
If, like me, you use the Django development server to statically serve your media files (css, javascript, images, etc) during development, you’ll have come up against the head-bangingly annoying and unsolvable problem of it JUST NOT WORKING.
You’ve done everything right:
Syntactically correct static URL conf...