package documentation

Undocumented

Module views Undocumented
Module apps Undocumented
Package management Undocumented

From __init__.py:

Class ​Generic​Sitemap Undocumented
Class ​Sitemap Undocumented
Function ping​_google No summary
Constant PING​_URL Undocumented
Class ​Sitemap​Not​Found Undocumented
Function ​_get​_sitemap​_full​_url Undocumented
PING_URL: str =

Undocumented

Value
'https://www.google.com/webmasters/tools/ping'
def ping_google(sitemap_url=None, ping_url=PING_URL, sitemap_uses_https=True):
Alert Google that the sitemap for the current site has been updated. If sitemap_url is provided, it should be an absolute path to the sitemap for this site -- e.g., '/sitemap.xml'. If sitemap_url is not provided, this function will attempt to deduce it by using urls.reverse().
def _get_sitemap_full_url(sitemap_url, sitemap_uses_https=True):

Undocumented