django / code.djangoproject.com

Configuration for Django's Trac instance (code.djangoproject.com)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Trac recommends creating tickets to incorrect ticket tracker

jdufresne opened this issue · comments

When presented with a Trac error, code.djangoproject.com says "To that end, you could create a ticket." (see screenshot) with a link to Django's Trac ticket tracker. After using the link to report code.djangoproject.com tickets (see https://code.djangoproject.com/ticket/24216) I was told I should instead use https://github.com/django/code.djangoproject.com/issues. I think it would be helpful to update this message to reflect the preferred ticket tracker.

internal-error-django

I believe the error page could be customized by creating a trac-env/templates/error.html file and doing some trac template magic.

For reference, here's the error page template that Trac uses I think: http://trac.edgewall.org/browser/tags/trac-1.0.5/trac/templates/error.html