Changes between Version 4 and Version 5 of Ticket #30021


Ignore:
Timestamp:
Dec 7, 2018, 7:50:55 PM (5 years ago)
Author:
Ira Abbott
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #30021 – Description

    v4 v5  
    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