1
0
forked from VimPlug/jedi

Django-plugin related code is removed from stdlib-plugin.

This commit is contained in:
ANtlord
2020-01-21 21:21:43 +02:00
parent 7287d67e7a
commit 2a86f7d82f
3 changed files with 15 additions and 10 deletions

View File

@@ -4,7 +4,8 @@ This is not a plugin, this is just the place were plugins are registered.
from jedi.plugins import stdlib
from jedi.plugins import flask
from jedi.plugins import django
from jedi.plugins import plugin_manager
plugin_manager.register(stdlib, flask)
plugin_manager.register(stdlib, flask, django)