Ticket #13045: 13045.diff

File 13045.diff, 670 bytes (added by efmontes, 15 years ago)
  • django/conf/project_template/settings.py

     
    3737
    3838# If you set this to False, Django will make some optimizations so as not
    3939# to load the internationalization machinery.
    40 USE_I18N = True
     40USE_I18N = True 
    4141
     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
    4246# Absolute path to the directory that holds media.
    4347# Example: "/home/media/media.lawrence.com/"
    4448MEDIA_ROOT = ''
Back to Top