module documentation

Undocumented

Function flatpage Public interface to the flat page view.
Function render_flatpage Internal interface to the flat page view.
Constant DEFAULT_TEMPLATE Undocumented
def flatpage(request, url): (source)

Public interface to the flat page view. Models: `flatpages.flatpages` Templates: Uses the template defined by the ``template_name`` field, or :template:`flatpages/default.html` if template_name is not defined. Context: flatpage `flatpages.flatpages` object

@csrf_protect
def render_flatpage(request, f): (source)

Internal interface to the flat page view.

DEFAULT_TEMPLATE: str = (source)

Undocumented

Value
'flatpages/default.html'