File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
1414# GNU General Public License for more details.
1515#
16- # You should have received a copy of the GNU General Public License
16+ # You should have received a copy of the GNU General Public Licenses
1717# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818#
1919#########################################################################
2020
21- from geonode . urls import urlpatterns
22-
23- # global handler 500 view
24- handler500 = " geonode.views.err500"
21+ # Do not remove handler500 import. It is required to re-export
22+ # the custom error page handler for the GeoNode project
23+ # related issue: https://github.com/GeoNode/geonode-project/issues/570
24+ from geonode .urls import urlpatterns , handler500 # noqa
2525
2626"""
2727# You can register your own urlpatterns here
You can’t perform that action at this time.
0 commit comments