Usunięcie niepotrzebnych console.log (teraz śledzimy tylko stany modeli) i dodanie...
[redakcja.git] / apps / maintenancemode / http.py
1 from django.http import HttpResponse
2
3 class HttpResponseTemporaryUnavailable(HttpResponse):
4     status_code = 503