Changes between Version 37 and Version 38 of NewbieMistakes
- Timestamp:
- Nov 16, 2009, 3:58:04 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewbieMistakes
v37 v38 173 173 174 174 Make sure each folder of your database file's full path does not start with number, eg. /www/4myweb/db (observed on Windows 2000). 175 176 If DATABASE_NAME is set to something like '/Users/yourname/Sites/mydjangoproject/db/db', make sure you've created the 'db' directory first. 175 177 176 178 Make sure your /tmp directory is world-writable (an unlikely cause as other thing on your system will also not work). `ls /tmp -ald` should produce `drwxrwxrwt ...`.