app/soc/models/site_settings.py
changeset 464 c8cfb488adf4
parent 453 229e39d268a6
child 465 4f1b37d6d76e
equal deleted inserted replaced
463:b3a538f81a50 464:c8cfb488adf4
    39   ga_tracking_num.help_text = ugettext_lazy(
    39   ga_tracking_num.help_text = ugettext_lazy(
    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   gm_api_key = db.StringProperty(verbose_name=ugettext_lazy('Google Maps'))
    46   gm_api_key.help_text = ugettext_lazy(
    46   gm_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.')