Atanas Stoev
Atanas Stoev
It is good to have a virtual environment for the example so that when observers are trying to run the site, they can recreate the original environment.
It seems irrational to be, but to make validate (classmethod) work, you have to instantiate the Vin with a VIN number and call validate again with a VIN number. `Vin('someVIN').validate('someVIN')`...
Getting started page recommends creating a configuration with deprecated variable https://django-flexible-subscriptions.readthedocs.io/en/latest/settings.html?highlight=DFS_CURRENCY_LOCALE#dfs-currency-locale https://django-flexible-subscriptions.readthedocs.io/en/latest/installation.html#configuration ```DFS_CURRENCY_LOCALE``` Not clear if the variable should be used or not.
Hi, I am using Python 3.11 and when importing obd, I get an exception: ``` ImportError Traceback (most recent call last) File ~/.local/share/virtualenvs/pyserial_rasp-JGlkwlhx/lib/python3.11/site-packages/pint/compat/__init__.py:64 63 try: ---> 64 from collections import...