Changeset 7813
- Timestamp:
- 07/01/08 07:25:59 (2 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/sitemaps.txt
r7294 r7813 318 318 to Google's servers, so you may not want to introduce that network overhead 319 319 each time you call ``save()``. 320 321 Pinging Google via `manage.py` 322 ------------------------------ 323 324 **New in Django development version** 325 326 Once the sitemaps application is added to your project, you may also 327 ping the Google server's through the command line manage.py interface:: 328 329 python manage.py ping_google [/sitemap.xml] 330
