close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Apr 19, 2010, 3:42:12 PM (13 years ago)
- Author:
-
greg
- Comment:
-
--
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v61
|
v62
|
|
181 | 181 | {{{ |
182 | 182 | DATABASE_PASSWORD = '<<databasepwd>>' |
| 183 | }}} |
| 184 | |
| 185 | '''Make sure settings.py has the proper permissions (add read for other)''' |
| 186 | {{{ |
| 187 | chmod 754 /usr/wwwapps/sf-app/production/settings.py |
183 | 188 | }}} |
184 | 189 | |