app/soc/models/site_settings.py
changeset 181 fdd29818a954
parent 141 e120c24b89e2
child 206 832335761384
--- a/app/soc/models/site_settings.py	Sun Sep 21 02:16:00 2008 +0000
+++ b/app/soc/models/site_settings.py	Sun Sep 21 08:50:42 2008 +0000
@@ -21,9 +21,12 @@
 ]
 
 from google.appengine.ext import db
+
 from django.utils.translation import ugettext_lazy
 
-class SiteSettings(db.Model):
+from soc.models import base
+
+class SiteSettings(base.ModelWithFieldAttributes):
   """Model of a SiteSettings, which stores per site configuration."""
   
   #: Valid ATOM or RSS feed url or None if unused. Feed entries are shown