Changes between Version 2 and Version 3 of Ticket #21648, comment 5


Ignore:
Timestamp:
Sep 17, 2014, 8:08:31 AM (10 years ago)
Author:
Philipp Metzler

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21648, comment 5

    v2 v3  
    44
    55/cms/models/pagemodel.py
    6 from django.contrib.sites.models import Site
    7 site = models.ForeignKey(Site, help_text=_('The site the page is accessible at.'), verbose_name=_("site"))
     6{{{ from django.contrib.sites.models import Site
     7site = models.ForeignKey(Site, help_text=_('The site the page is accessible at.'), verbose_name=_("site")) }}}
    88
    99http://docs.django-cms.org/en/2.4.0/extending_cms/api_references.html
Back to Top