django-webmaster-verification

Webmaster tools verification for Django
Download

django-webmaster-verification Ranking & Summary

Advertisement

  • Rating:
  • License:
  • BSD License
  • Price:
  • FREE
  • Publisher Name:
  • Nicolas Kuttler
  • Publisher web site:
  • http://github.com/nkuttler/

django-webmaster-verification Tags


django-webmaster-verification Description

django-webmaster-verification is a Django app that allows various webmaster tools to verify that a Django site is managed by you.The only supported method of verification is accessing xml file on your server. Only one verification code is supported at the moment.- Google Webmaster Tools- Bing Webmaster Tools- Majestic SEOUsageGet django-webmaster-verification into your python path:pip install django-webmaster-verificationAdd webmaster_verification to your INSTALLED_APPS in settings.py:INSTALLED_APPS = ( ... 'webmaster_verification', ... )Add wembaster_verification to your root urlconf (urls.py):urlpatterns = patterns('', ..., url(r'', include('webmaster_verification.urls')), ...,)Add settings just as:WEBMASTER_VERIFICATION = { 'google': '< google verification code >', 'bing': '< bing verification code >', 'majestic': '< majestic verification code >',}Product's homepage


django-webmaster-verification Related Software