calingen.views.base¶
Basic views that are logically not connected to other components.
Module Contents¶
Functions¶
|
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 byProfileDetailView) or to theProfileCreateViewto create one.