ASGI runserver for django Install it pip install asgi-runserver Add it to the top of your INSTALLED_APPS in your settings INSTALLED_APPS = [ 'asgi_runserver', ] Run it ./manage.py runserver --asgi