Skip to content

Commit 29ca41f

Browse files
committed
updated 504 gateway timeout
1 parent 175c761 commit 29ca41f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

index/urls.py

+3
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,6 @@
1111

1212
# HTTP 503 Service unavailable handler
1313
handler503 = "index.views.handler503"
14+
15+
# HTTP 504 Gateway time-out
16+
handler504 = "index.views.handler504"

0 commit comments

Comments
 (0)