diff options
author | eliott <eliott@cactuswax.net> | 2008-04-16 19:51:29 -0700 |
---|---|---|
committer | eliott <eliott@cactuswax.net> | 2008-04-16 19:51:29 -0700 |
commit | b298d9ea74fce476b230ff3734b3fb5fd30ee8aa (patch) | |
tree | 7a50a616e71336e727fad074189e19f9bbe6a5d1 | |
parent | fe0a137f533cfacd1f29e7d14eb8cd0a5e45d83e (diff) |
Added default charset setting value
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py index 45ec98c5..b0e3cf27 100644 --- a/settings.py +++ b/settings.py @@ -25,6 +25,7 @@ TIME_ZONE = 'US/Eastern' # http://www.w3.org/TR/REC-html40/struct/dirlang.html#langcodes # http://blogs.law.harvard.edu/tech/stories/storyReader$15 LANGUAGE_CODE = 'en-us' +DEFAULT_CHARSET = 'utf-8' SITE_ID = 1 |