duck.etc.blueprints.welcome.views

View handlers for the welcome blueprint.

Module Contents

Functions

welcome

Renders the welcome/onboarding page shown after installation.

API

async duck.etc.blueprints.welcome.views.welcome(request: duck.http.request.HttpRequest) duck.etc.blueprints.welcome.ui.pages.welcome.WelcomePage[source]

Renders the welcome/onboarding page shown after installation.

Parameters:

request – The incoming HTTP request.

Returns:

A rendered WelcomePage component.