Saving barcode number in database that is generated with the logic
Numerical barcode is not a random number, but generated logically in the backend.
ImportError: cannot import name ‘get_barcode_class’ from ‘barcode’
I created a venv and when I installed Barcode it used to work well and save the barcode before but now it shows that the class get_barcode_class doesn’t exist anymore and I don’t know what to do.