Changes between Version 44 and Version 45 of NewbieMistakes
- Timestamp:
- Dec 31, 2011, 12:31:28 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NewbieMistakes
v44 v45 181 181 182 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 {{{ 185 'C:\\djago\\sqlite\django.db' 186 }}} 184 187 185 188 == How to point apache to your media files directory ==