calingen.views.base

Basic views that are logically not connected to other components.

Module Contents

Functions

homepage(request)

Provide the splash view for the app.

calingen.views.base.homepage(request)

Provide the splash view for the app.

This is the app’s main entry point, redirecting the requesting user to his Profile (provided by ProfileDetailView) or to the ProfileCreateView to create one.