T
перечитал. нашёл некий ChannelNameRouter. только, пока не понятно как к нему коннектиться при поднятом ws
буду копать
Size: a a a
T
ДШ
DT
AS
ДШ
B
🔐
AK
admin/path
. Как грамотно это сделать?MB
def error_500(request):
return HttpResponse("custom error", content_type="text/plain")
V
admin/path
. Как грамотно это сделать?AK
PZ
def error_500(request):
return HttpResponse("custom error", content_type="text/plain")
def error_500(request, exception):
MB
def error_500(request, exception):
SystemCheckError: System check identified some issues:
ERRORS:
?: (urls.E007) The custom handler500 view 'app.views.error_500' does not take the correct number of arguments (request).
AG
MB
def error_500(request, exception):
AK
AK
AG
AK