Merge branch 'view-refactor' of stigma:platforma into zuber-view-refactor
[redakcja.git] / apps / maintenancemode / conf / settings.py
1 from django.conf import settings
2
3 MAINTENANCE_MODE = getattr(settings, 'MAINTENANCE_MODE', False)