Mihail
Mihail
Hi! I am using `pytest-dotenv`, but it installs `python-doenv` by default and can't work without it. So, I have error when run `django AttributeError: module 'dotenv' has no attribute 'read_dotenv'....
Hi! Thank you for cool lib! But I can't find, how I can use your lib as I wish. I have model like this ``` class Company(Model): name = CharField(max_length=128,...
Hi! I don't know what happen, but I have deleted group which I used most often. Also I don't see it in previous backups. Not in Export, not in Import....
Hello! As I understand I can't update the column with iterator with len more than it is now in column. And on table like this update by key is not...
Hello! I found that `SkypeUser.invite()` and `SkypeContact.delete()` methods are not called on bot account which was logged. Explain me please, how do software will differ from what account it has...
Hi! You wrote very interesting lib! Thank you very much for it. I can't understand how to use your protocol documentation. For example looks like https://github.com/Terrance/SkPy.docs/blob/master/background/protocol/contacts.rst contains demanded feature for...
Hi! I read your documentation. After I installed your app, new users wasn't able to see anything in Admin panel. As I understood later there are a lot of permissions...
Hi! How to change DIČ and IČ to VAT and TIN? The os.environ["INVOICE_LANG"] = "en" doesn't help.
Hi! Big email is looked like this  How to fix it?
Hi! I deployed it by this manual to aws https://docs.mistral.ai/cloud-deployment/skypilot And now I need to train it for my NER task. Say me, please, what should I do? Should I...