David Rodriguez
David Rodriguez
I have the same issue. Here are my `requirements.txt` packages relating to django-business-logic (Otherwise this would be quite a long list): ``` django==2.2.9 django-ace-overlay==0.8.0 # via django-business-logic django-admin-sortable2==0.6.21 # via...
@dgk After adding that line there was still an error finding the `nested_admin` templates. From what I can tell the issue is that the nested_admin project must be installed and...
@zachliu Just tried with both tags 1.2.9 and 1.2.7 (Jan 15th build) and both still have the same issue. Also I tried with Jedi and it works fine.
Just ran into this issue as well, fix for me was changing the neovim arguments form `--cmd` to `+`: ``` bind s display-popup -E -w 80% -h 80% nvim +":Telescope...