Commit c3301896 authored by nimrod's avatar nimrod
Browse files

Set locale.

I was validating the feed using https://validator.w3.org/feed/ and there
was a warning about incorrect feed locale. Didn't help with the warning.
parent c084a091
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -39,3 +39,5 @@ DELETE_OUTPUT_DIRECTORY = True

SLUGIFY_SOURCE = 'basename'
ARTICLE_SAVE_AS = '{slug}/index.html'

LOCALE = ('en_US.utf8')