app/soc/models/presence.py
changeset 1229 ec3768cbf369
parent 1051 c532dd9def48
child 1307 091a21cf3627
equal deleted inserted replaced
1228:b24796279fb9 1229:ec3768cbf369
    47   home = db.ReferenceProperty(
    47   home = db.ReferenceProperty(
    48     reference_class=soc.models.document.Document,
    48     reference_class=soc.models.document.Document,
    49     collection_name='home')
    49     collection_name='home')
    50   home.help_text = ugettext(
    50   home.help_text = ugettext(
    51       'Document to be used as the "/home" page static contents.')
    51       'Document to be used as the "/home" page static contents.')
    52   home.redirect_url = soc.models.document.Document.URL_NAME
       
    53 
    52 
    54   #: Valid ATOM or RSS feed url or None if unused. Feed entries are shown 
    53   #: Valid ATOM or RSS feed url or None if unused. Feed entries are shown 
    55   #: on the site page using Google's JavaScript blog widget  
    54   #: on the site page using Google's JavaScript blog widget  
    56   feed_url = db.LinkProperty(verbose_name=ugettext('Feed URL'))
    55   feed_url = db.LinkProperty(verbose_name=ugettext('Feed URL'))
    57   feed_url.help_text = ugettext(
    56   feed_url.help_text = ugettext(