django.contrib.sites.requests.RequestSite
django
contrib
sites
requests
RequestSite
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.
__init__
__str__
delete
save
domain
name
Undocumented