Previous topic

stalker.models.auth.Permission

Next topic

stalker.models.auth.User

This Page

stalker.models.auth.RootFactory

Inheritance diagram of stalker.models.auth.RootFactory

class stalker.models.auth.RootFactory(request)[source]

Bases: object

The main purpose of having a root factory is to generate the objects used as the context by the request. But in our case it just used to determine the default ACLs.

__init__(request)[source]

Methods

__init__(request)