Added SUPPORTED_NONLOCALES to settings file to avoid error 500. Closes #13.

This commit is contained in:
Fred Wenzel 2011-02-05 22:04:45 -08:00
Родитель f970527db6
Коммит fcfc836130
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -69,6 +69,10 @@ PROD_DETAILS_DIR = path('lib/product_details_json')
LANGUAGES = lazy(LazyLangs, dict)()
# Paths that don't require a locale code in the URL.
SUPPORTED_NONLOCALES = []
## Media and templates.
# Absolute path to the directory that holds media.