1One〇

Results 4 comments of 1One〇

change `from elasticsearch_dsl.search import AggsProxy` to`from elasticsearch_dsl.search_base import AggsProxy`, it may work

I met the same problem when i update daphne version, 4.1.1 package missing `management/commands/runserver.py` so `runserver` wont work with daphne.

What about add a extra `daphne.management.commands`? Or move the dir `/daphne/twisted/plugin` to `/twisted/plugin` then can easily use: ``` package_dir = packages =find: ``` The problem is hard to change top-level...

oh i see, and this problem is exist earlier, it happend when change`find:` I will try to find a way to fix that...