app/soc/models/site_settings.py
changeset 465 4f1b37d6d76e
parent 464 c8cfb488adf4
equal deleted inserted replaced
464:c8cfb488adf4 465:4f1b37d6d76e
    40       'Valid Google Analytics tracking number. If the number is '
    40       'Valid Google Analytics tracking number. If the number is '
    41       'entered every page is going to have Google Analytics '
    41       'entered every page is going to have Google Analytics '
    42       'initialization code in footer.')
    42       'initialization code in footer.')
    43 
    43 
    44   #: Valid Google Maps API Key. Used to embed Google Maps.
    44   #: Valid Google Maps API Key. Used to embed Google Maps.
    45   gm_api_key = db.StringProperty(verbose_name=ugettext_lazy('Google Maps'))
    45   gmaps_api_key = db.StringProperty(verbose_name=ugettext_lazy('Google Maps'))
    46   gm_api_key.help_text = ugettext_lazy(
    46   gmaps_api_key.help_text = ugettext_lazy(
    47       'Valid Google Maps API Key. This key is used for '
    47       'Valid Google Maps API Key. This key is used for '
    48       'embedding Google Maps into the website.')
    48       'embedding Google Maps into the website.')