mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Implement the feature matrix
This commit is contained in:
@ -26,6 +26,8 @@ urlpatterns = patterns('',
|
||||
(r'^about/news/(\d+)(-.*)?/$', 'news.views.item'),
|
||||
(r'^about/eventarchive/$', 'events.views.archive'),
|
||||
(r'^about/event/(\d+)(-.*)?/$', 'events.views.item'),
|
||||
(r'^about/featurematrix/$', 'featurematrix.views.root'),
|
||||
(r'^about/featurematrix/detail/(\d+)/$', 'featurematrix.views.detail'),
|
||||
(r'^about/quotesarchive/$', 'quotes.views.allquotes'),
|
||||
|
||||
(r'^ftp/(.*/)?$', 'downloads.views.ftpbrowser'),
|
||||
|
Reference in New Issue
Block a user