Remove "Regional Press Contacts" page

Press enquiries are consolidated to the press@postgresql.org mailing
list. This will cut down on the administrative overhead for the
sysadmins team as well as for future work on the press release process
itself.
This commit is contained in:
Jonathan S. Katz
2018-10-08 12:18:47 -04:00
parent 1cdf4a40c9
commit 93227c94c0
92 changed files with 84 additions and 321 deletions

View File

@ -115,6 +115,7 @@ urlpatterns = [
# Legacy URLs from the old website, that are likely to be used from other
# sites or press releases or such
###
url(r'^about/press/contact/$', RedirectView.as_view(url='/about/press/', permanent=True)),
url(r'^about/press/presskit(\d+)\.html\.(\w+)$', pgweb.legacyurl.views.presskit),
url(r'^about/news\.(\d+)$', pgweb.legacyurl.views.news),
url(r'^about/event\.(\d+)$', pgweb.legacyurl.views.event),