Changes between Version 5 and Version 6 of Ticket #30021


Ignore:
Timestamp:
Dec 7, 2018, 7:51:18 PM (6 years ago)
Author:
Ira Abbott
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30021 – Description

    v5 v6  
    2525        """
    2626        from django.conf import settings
    27 +       mixed = getattr(settings, 'SITE_MIXED_MODE')
     27++     mixed = getattr(settings, 'SITE_MIXED_MODE')
    2828--        if getattr(settings, 'SITE_ID', ''):
    2929++     if getattr(settings, 'SITE_ID', '') and not mixed:
Back to Top