2011-03-27 16:56:15 -04:00
|
|
|
# allow updates via HTTP GET by setting this to true;
|
|
|
|
# set to false to only allow updates via HTTP POST
|
2011-10-16 02:54:31 -04:00
|
|
|
GET_SUPPORT = true
|
|
|
|
|
|
|
|
# allow only these additional locales (use downcase, easier to parse)
|
2012-11-16 15:52:13 -05:00
|
|
|
ALLOWED_LOCALES = ['pt-br','it']
|