Views

This package contains all views for the cms. Use Class-based views whenever possible. Before writing a view completely from scratch, have a look at the Built-in class-based views API and check whether anything meets your requirements.

Index

class integreat_compass.cms.views.index.IndexView(**kwargs)

Bases: TemplateView

Start page of the project

template_name = 'index.html'