mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +00:00
Create and track a mapping between bug ids and messageids
Not used yet (though a prototype redirect view is present) since we need to populate it with data from the past, but with this we start collecting the mapping for future bugs.
This commit is contained in:
@ -83,6 +83,7 @@ urlpatterns = [
|
||||
url(r'^account/submitbug/$', pgweb.misc.views.submitbug),
|
||||
url(r'^support/submitbug/$', RedirectView.as_view(url='/account/submitbug/', permanent=True)),
|
||||
url(r'^support/versioning/$', pgweb.core.views.versions),
|
||||
url(r'^bugs_redir/(\d+)/$', pgweb.misc.views.bugs_redir),
|
||||
|
||||
url(r'^about/sponsors/$', pgweb.sponsors.views.sponsors),
|
||||
url(r'^about/servers/$', pgweb.sponsors.views.servers),
|
||||
|
Reference in New Issue
Block a user