Replace STATIC_URL_PREFIX by MEDIA_URL.
authorMatthijs Kooijman <matthijs@stdin.nl>
Fri, 31 Oct 2008 10:07:05 +0000 (11:07 +0100)
committerMatthijs Kooijman <matthijs@stdin.nl>
Fri, 31 Oct 2008 10:07:05 +0000 (11:07 +0100)
commit58fea93b179a34faacdd636c6532016f1c395d36
treef45d25b1dd584fa3d1eb7ac12466be8813183d32
parent8751f332b3744762bd3756d6abd7879708224d96
Replace STATIC_URL_PREFIX by MEDIA_URL.

STATIC_URL_PREFIX was a custom creation, but it is now clear that
MEDIA_URL is meant for exactly the same thing (and not just for uploaded
files, as I previously thought).
settings.py
templates/base/base.html
urls.py