Private
Public Access
1
0

removed 500 page

This commit is contained in:
Sander Roosendaal
2019-04-07 10:33:26 +02:00
parent 0d68f90066
commit e4b0e2917a

View File

@@ -77,7 +77,7 @@ urlpatterns += [
re_path(r'^i18n/', include('django.conf.urls.i18n')),
re_path(r'^tz_detect/', include('tz_detect.urls')),
path('django-rq/', include('django_rq.urls')),
path('500/', rowersviews.error500_view),
# path('500/', rowersviews.error500_view),
# re_path(r'^jsi18n/', django.views.i18n.javascript_catalog,name='jsi18n'),
]