Mercurial > public > madeira
changeset 46:358c7640ab60
Remove a debugging print statement that was left in accidentally.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Thu, 15 Mar 2012 20:04:42 -0500 |
parents | 966cde8635c0 |
children | 0e51e5be34b9 |
files | madeira/settings/base.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/madeira/settings/base.py Thu Mar 15 20:02:39 2012 -0500 +++ b/madeira/settings/base.py Thu Mar 15 20:04:42 2012 -0500 @@ -36,7 +36,6 @@ # Absolute path to the directory that holds media. # Example: "/home/media/media.lawrence.com/" MEDIA_ROOT = os.path.abspath(os.path.join(PROJECT_PATH, '..', 'media')) -print MEDIA_ROOT # 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).