Mihail
Mihail
For example, I have products that have not just a few global regions included (like EU, Asia etc), but generally that has all regions indluded except any specific countries excluded...
It would be nice to have built-in opportunity to work with uppercase codes like "EN" in `get_by_code`. Because if I will do everything to lowercase I will get error when...
A am a bit confused. Do I understand correct, that you don't have built-in method that allow to get all codes (iso + culturecodes) for an object of Language as...
Hi! I've install through requirements.txt django-languages-plus==2.1.1 And I see, that I don't have fixtures and tests folders. This is how it looks like in my docker container  So, `python...
It would be nice to have in-box option by all ISO and names like this here: https://github.com/cordery/django-languages-plus/blob/f1ccd0da6fe8cf84831d01f27570e5aff197bd5c/languages_plus/models.py#L15-L79
Nice job! Good combination with [django-languages-plus](https://github.com/cordery/django-languages-plus/tree/master). Just Currency model integration left to cover related functionality that I need. Do you not plan to integrate something like https://github.com/py-moneyed/py-moneyed/blob/master/src/moneyed/classes.py (it is used...
I try to use this, but in fact settings var that was initialized in docker container doesn't change. conftest.py ``` @pytest.hookimpl(tryfirst=True) def pytest_load_initial_conftests(early_config, parser, args): os.environ["CH_BASE_OF_URL"] = 'https://api.cowho.com' ``` settings.py...
There are a lot of standards. As I understand you use mainly ISO 639-1: Two-Letter Codes. For example that I got from chatgpt there are: ISO 639-2, 639-3: Three-Letter Codes,...
I define in conftest: `pytest_plugins = ["celery.contrib.pytest", "pytest_profiling"]` I run command `pytest mytest --profile-svg` and I get an error: ``` ValueError: Plugin already registered under a different name: pytest_profiling= ```...
What would you recommend me to do if there are not all countries in your database after loading fixtures? For example I haven't found: CP TS that are by the...