Lepsze obsługiwanie nieudanych merge oraz podawanie w vstorage.all_pages() jedynie...
[redakcja.git] / apps / maintenancemode / http.py
1 from django.http import HttpResponse
2
3 class HttpResponseTemporaryUnavailable(HttpResponse):
4     status_code = 503