We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 175c761 commit 29ca41fCopy full SHA for 29ca41f
index/urls.py
@@ -11,3 +11,6 @@
11
12
# HTTP 503 Service unavailable handler
13
handler503 = "index.views.handler503"
14
+
15
+# HTTP 504 Gateway time-out
16
+handler504 = "index.views.handler504"
0 commit comments