Installation
Installation
there is no need to add this to INSTALLED_APPS or anywhere else, just install the package with your package manager
with pip:
pip install django-async-extensions
with poetry:
poetry add django-async-extensions
with uv:
uv add django-async-extensions
or any other python package manager.