Skip to content

Installation

Using package manager

To install Django ASGI Lifespan, run following command in your terminal:

$ poetry add django-asgi-lifespan@latest
$ pip install --upgrade django-asgi-lifespan

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 repo.

You can either clone the public repository:

$ git clone git://github.com/illagrenan/django-asgi-lifespan

Or download the tarball:

$ curl --proto '=https' --tlsv1.3 -fsSL -OJ https://github.com/illagrenan/django-asgi-lifespan/tarball/main

Once you have a copy of the source, you can install it with:

$ pip install .