deb-python-coffin/coffin/conf/urls.py

5 lines
134 B
Python

from django.conf.urls import *
handler404 = 'coffin.views.defaults.page_not_found'
handler500 = 'coffin.views.defaults.server_error'