Skip to content

Commit 0890835

Browse files
Gpetrakgiohappy
authored andcommitted
keyerror logs fix
1 parent c68c156 commit 0890835

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/project_name/urls.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020

2121
from geonode.urls import urlpatterns
2222

23+
# global handler 500 view
24+
handler500 = "geonode.views.err500"
25+
2326
"""
2427
# You can register your own urlpatterns here
2528
urlpatterns = [

0 commit comments

Comments
 (0)