Mercurial > public > sg101
comparison gpp/settings.py @ 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 | e5d078ebe870 |
children | 2022851c78cf |
comparison
equal
deleted
inserted
replaced
56:9bfe07c26c78 | 57:7abef1a956f3 |
---|---|
129 | 129 |
130 LOGIN_URL = '/accounts/login/' | 130 LOGIN_URL = '/accounts/login/' |
131 LOGIN_REDIRECT_URL = '/profile/me/' | 131 LOGIN_REDIRECT_URL = '/profile/me/' |
132 LOGOUT_URL = '/accounts/logout/' | 132 LOGOUT_URL = '/accounts/logout/' |
133 | 133 |
134 FILE_UPLOAD_PERMISSIONS = 0640 | 134 FILE_UPLOAD_PERMISSIONS = 0644 |
135 | 135 |
136 ####################################################################### | 136 ####################################################################### |
137 # Caching | 137 # Caching |
138 ####################################################################### | 138 ####################################################################### |
139 if local_settings.USE_CACHE: | 139 if local_settings.USE_CACHE: |