Ticket #13045: 13045.diff
File 13045.diff, 670 bytes (added by , 15 years ago) |
---|
-
django/conf/project_template/settings.py
37 37 38 38 # If you set this to False, Django will make some optimizations so as not 39 39 # to load the internationalization machinery. 40 USE_I18N = True 40 USE_I18N = True 41 41 42 # If you set this to True, Django will format dates, numbers and calendars 43 # according to user current locale 44 #USE_L10N = True 45 42 46 # Absolute path to the directory that holds media. 43 47 # Example: "/home/media/media.lawrence.com/" 44 48 MEDIA_ROOT = ''