Changes between Version 47 and Version 48 of NewbieMistakes
- Timestamp:
- Jul 24, 2012, 2:54:00 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewbieMistakes
v47 v48 180 180 Make sure the path to the database specified in settings.py is a full path. 181 181 182 If you working on windows make also sure that you have the path to the db directory written with double backlashes 182 If you working on windows make also sure that you have the path to the db directory written with double backlashes (using os.path methods are recommanded) 183 183 184 184 {{{ 185 185 'C:\\django\\sqlite\\django.db' 186 186 }}} 187 188 Make sure there is no special charcaters in the path like "éè" 187 189 188 190 == How to point apache to your media files directory ==