Merge branch 'view-refactor' of stigma:platforma into zuber-view-refactor
[redakcja.git] / apps / maintenancemode / http.py
1 from django.http import HttpResponse
2
3 class HttpResponseTemporaryUnavailable(HttpResponse):
4     status_code = 503