Mercurial > public > sg101
changeset 57:7abef1a956f3
Change the FILE_UPLOAD_PERMISSIONS to 0644.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Tue, 23 Jun 2009 01:15:23 +0000 |
parents | 9bfe07c26c78 |
children | 02e5dfa830cc |
files | gpp/settings.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/gpp/settings.py Tue Jun 23 00:41:57 2009 +0000 +++ b/gpp/settings.py Tue Jun 23 01:15:23 2009 +0000 @@ -131,7 +131,7 @@ LOGIN_REDIRECT_URL = '/profile/me/' LOGOUT_URL = '/accounts/logout/' -FILE_UPLOAD_PERMISSIONS = 0640 +FILE_UPLOAD_PERMISSIONS = 0644 ####################################################################### # Caching