class documentation

class RequestSite: (source)

View In Hierarchy

A class that shares the primary interface of Site (i.e., it has ``domain`` and ``name`` attributes) but gets its data from an HttpRequest object rather than from a database. The save() and delete() methods raise NotImplementedError.

Method __init__ Undocumented
Method __str__ Undocumented
Method delete Undocumented
Method save Undocumented
Instance Variable domain Undocumented
Instance Variable name Undocumented
def __init__(self, request): (source)

Undocumented

def __str__(self): (source)

Undocumented

def delete(self): (source)

Undocumented

def save(self, force_insert=False, force_update=False): (source)

Undocumented

Undocumented

Undocumented