class managers.CurrentSiteManager If Site plays a key role in your application, consider using the helpful
shortcuts.get_current_site(request) A function that checks if django.contrib.sites is installed and returns either
domain The fully qualified domain name associated with the website. For example, www.example.com.
class requests.RequestSite A class that shares the primary interface of Site (i.e., it has domain
class models.Site A model for storing the domain and name attributes of a website.
__init__(request) Sets the name and domain attributes to the value of
name A human-readable “verbose” name for the website.