django-smoke-tests icon indicating copy to clipboard operation
django-smoke-tests copied to clipboard

fix for Django settings without LANGUAGE_CODE

Open zvolsky opened this issue 5 years ago • 0 comments

We have a system where

LANGUAGE_CODE = 'cs'

is commented out, LANGUAGES are ('cs', 'en').

It run with LANGUAGE_CODE = 'en-us'. This is problem of Django ('en-us' is not proper code for LANGUAGES) and not of django-smoke-tests. However if do you agree we could fix this in that way (to prevent en-us/.. urls and use better /.. urls).

zvolsky avatar Sep 24 '19 08:09 zvolsky