mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Move project policies to the website.
Changes by myself and Jonathan Katz Review by Jonathan Katz and Daniel Gustafsson
This commit is contained in:
@ -44,6 +44,7 @@ urlpatterns = [
|
||||
url(r'^about/event/(\d+)(-.*)?/$', pgweb.events.views.item),
|
||||
url(r'^about/featurematrix/$', pgweb.featurematrix.views.root),
|
||||
url(r'^about/featurematrix/detail/(\d+)/$', pgweb.featurematrix.views.detail),
|
||||
url(r'^about/privacypolicy/$', RedirectView.as_view(url='/about/policies/privacy/', permanent=True)),
|
||||
|
||||
url(r'^ftp/(.*/)?$', pgweb.downloads.views.ftpbrowser),
|
||||
url(r'^download/mirrors-ftp/+(.*)$', pgweb.downloads.views.mirrorselect),
|
||||
|
Reference in New Issue
Block a user