mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-12 23:05:12 +00:00
Make yum download instructions more dyanamic
Using the crawled data, propulate dropdown boxes with versions and platforms, to be able to show simpler instructions of exactly which commands to use to install using the yum repository.
This commit is contained in:
@ -36,6 +36,7 @@ urlpatterns = patterns('',
|
||||
(r'^applications-v2.xml$', 'pgweb.downloads.views.applications_v2_xml'),
|
||||
(r'^download/uploadftp/', 'pgweb.downloads.views.uploadftp'),
|
||||
(r'^download/uploadyum/', 'pgweb.downloads.views.uploadyum'),
|
||||
(r'^download/js/yum.js', 'pgweb.downloads.views.yum_js'),
|
||||
|
||||
(r'^docs/$', 'pgweb.docs.views.root'),
|
||||
(r'^docs/manuals/$', 'pgweb.docs.views.manuals'),
|
||||
|
Reference in New Issue
Block a user