Changes between Version 3 and Version 4 of Ticket #21648, comment 5
- Timestamp:
- Sep 17, 2014, 8:09:12 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21648, comment 5
v3 v4 4 4 5 5 /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 {{{ 7 from django.contrib.sites.models import Site 8 site = models.ForeignKey(Site, help_text=_('The site the page is accessible at.'), verbose_name=_("site")) 9 }}} 8 10 9 11 http://docs.django-cms.org/en/2.4.0/extending_cms/api_references.html