Installation
Using package manager¶
To install Django ASGI Lifespan, run following command in your terminal:
Do not add django-asgi-lifespan
to INSTALLED_APPS
.
This is the preferred method to install this package, as it will always install the most recent stable release.
From source¶
The source for Django ASGI Lifespan can be downloaded from the Github repository.
You can either clone the public repository:
Or download the tarball:
curl --proto '=https' --tlsv1.3 -fsSL \
--connect-timeout 10 \
--retry 3 \
--max-redirs 3 \
-OJ https://github.com/illagrenan/django-asgi-lifespan/tarball/main
Once you have a copy of the source, you can install it with: