Django

Code

Changeset 7813

Show
Ignore:
Timestamp:
07/01/08 07:25:59 (2 months ago)
Author:
mtredinnick
Message:

Fixed #7185 -- Added a "ping_google" management command to
django.contrib.sitemaps. Thanks, Pete Shinners.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/sitemaps.txt

    r7294 r7813  
    318318to Google's servers, so you may not want to introduce that network overhead 
    319319each time you call ``save()``. 
     320 
     321Pinging Google via `manage.py` 
     322------------------------------ 
     323 
     324**New in Django development version** 
     325 
     326Once the sitemaps application is added to your project, you may also 
     327ping the Google server's through the command line manage.py interface:: 
     328 
     329    python manage.py ping_google [/sitemap.xml] 
     330