Mercurial > hg > agora-ahsan
changeset 11:71024a491161
Rename media/ dir to static/, update the settings-example.py file
author | Jordi Gutiérrez Hermoso <jordigh@gmail.com> |
---|---|
date | Sat, 26 Jun 2010 13:02:11 -0500 |
parents | af51826204fd |
children | c6cfbdd40bf6 |
files | media/agora-large.png media/agora.png media/base.css media/djangodocs.css media/icon-large.png media/icon.png media/pygments.css media/reset-fonts-grids.css settings-example.py static/agora-large.png static/agora.png static/base.css static/djangodocs.css static/icon-large.png static/icon.png static/pygments.css static/reset-fonts-grids.css urls.py |
diffstat | 10 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/settings-example.py +++ b/settings-example.py @@ -52,7 +52,7 @@ # Absolute path to the directory that holds media. # Example: "/home/media/media.lawrence.com/" -# MEDIA_ROOT = '' +MEDIA_ROOT = 'static/' # URL that handles the media served from MEDIA_ROOT. Make sure to use a # trailing slash if there is a path component (optional in other cases).