class documentation

class RequestSite:

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):

Undocumented

def __str__(self):

Undocumented

def delete(self):

Undocumented

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

Undocumented

domain =

Undocumented

name =

Undocumented