Ticket #109: custom-datetime-2.diff
File custom-datetime-2.diff, 1.2 KB (added by , 19 years ago) |
---|
-
conf/global_settings.py
21 21 22 22 # Local time zone for this installation. All choices can be found here: 23 23 # http://www.postgresql.org/docs/current/static/datetime-keywords.html#DATETIME-TIMEZONE-SET-TABLE 24 TIME_ZONE = ' America/Chicago'24 TIME_ZONE = 'Europe/Amsterdam' 25 25 26 # DateTime format. 27 DATETIME_FORMAT = 'N j, Y, P' 28 26 29 # Language code for this installation. All choices can be found here: 27 30 # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes 28 31 # http://blogs.law.harvard.edu/tech/stories/storyReader$15 … … 33 36 MANAGERS = ADMINS 34 37 35 38 # E-mail address that error messages come from. 36 SERVER_EMAIL = ' root@localhost'39 SERVER_EMAIL = 'admin@xavamedia.nl' 37 40 38 41 # Whether to send broken-link e-mails. 39 42 SEND_BROKEN_LINK_EMAILS = True … … 61 64 62 65 # Default e-mail address to use for various automated correspondence from 63 66 # the site managers. 64 DEFAULT_FROM_EMAIL = ' webmaster@localhost'67 DEFAULT_FROM_EMAIL = 'admin@xavamedia.nl' 65 68 66 69 # Whether to append trailing slashes to URLs. 67 70 APPEND_SLASH = True