Changes between Version 43 and Version 44 of NewbieMistakes
- Timestamp:
- Dec 31, 2011, 12:29:52 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewbieMistakes
v43 v44 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 'C:\\django\\sqlite\django.db' 182 If you working on windows make also sure that you have the path to the db directory written with double backlashes 183 'C:\\django\\sqlite\django.db' 183 184 184 185 == How to point apache to your media files directory ==