mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Add a sync_timestamp URL to point automirror at
This commit is contained in:
@ -106,6 +106,8 @@ urlpatterns = patterns('',
|
||||
|
||||
# Some basic information about the connection (for debugging purposes)
|
||||
(r'^system_information/$', 'pgweb.core.views.system_information'),
|
||||
# Sync timestamp, for automirror
|
||||
(r'^web_sync_timestamp$', 'pgweb.core.views.sync_timestamp'),
|
||||
|
||||
# Override some URLs in admin, to provide our own pages
|
||||
(r'^admin/pending/$', 'pgweb.core.views.admin_pending'),
|
||||
|
Reference in New Issue
Block a user