Home | Trees | Indices | Help |
---|
|
1 from django.db import models 2 from django.conf import settings 3 from django.contrib.sites.models import Site 4 5 6 if getattr(settings, 'GOOGLE_ANALYTICS_MODEL', False):8 site = models.ForeignKey(Site) 9 analytics_code = models.CharField(blank=True, max_length=100) 101312 return u"%s" % (self.analytics_code)
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Oct 30 11:31:04 2012 | http://epydoc.sourceforge.net |