app/soc/models/site_settings.py
changeset 385 6d410bf49a82
parent 206 832335761384
child 405 f3525c1288ed
equal deleted inserted replaced
384:45d6a1b492d6 385:6d410bf49a82
    19 __authors__ = [
    19 __authors__ = [
    20   '"Pawel Solyga" <pawel.solyga@gmail.com>',
    20   '"Pawel Solyga" <pawel.solyga@gmail.com>',
    21 ]
    21 ]
    22 
    22 
    23 
    23 
    24 from google.appengine.ext import db
       
    25 
       
    26 from django.utils.translation import ugettext_lazy
       
    27 
       
    28 import soc.models.home_settings
    24 import soc.models.home_settings
    29 
    25 
    30 
    26 
    31 class SiteSettings(soc.models.home_settings.HomeSettings):
    27 class SiteSettings(soc.models.home_settings.HomeSettings):
    32   """Model of a SiteSettings, which stores per site configuration."""
    28   """Model of a SiteSettings, which stores per site configuration."""