app/soc/models/site.py
changeset 1053 3b9552cf748a
parent 1051 c532dd9def48
child 1307 091a21cf3627
equal deleted inserted replaced
1052:cd6d6034b6e9 1053:3b9552cf748a
    24 
    24 
    25 from google.appengine.ext import db
    25 from google.appengine.ext import db
    26 
    26 
    27 from django.utils.translation import ugettext
    27 from django.utils.translation import ugettext
    28 
    28 
    29 import soc.models.tossed
    29 import soc.models.presence_with_tos
    30 
    30 
    31 
    31 
    32 class Site(soc.models.tossed.Tossed):
    32 class Site(soc.models.presence_with_tos.PresenceWithToS):
    33   """Model of a Site, which stores per site configuration.
    33   """Model of a Site, which stores per site configuration.
    34 
    34 
    35   The Site Model stores configuration information unique to the Melange
    35   The Site Model stores configuration information unique to the Melange
    36   web site as a whole (in addition to any configuration that is common to
    36   web site as a whole (in addition to any configuration that is common to
    37   any "presence" on the site, such as a Group or Program).
    37   any "presence" on the site, such as a Group or Program).