mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-12 23:05:12 +00:00
Implement proper mergeing of organisations
This commit is contained in:
@ -110,6 +110,8 @@ urlpatterns = patterns('',
|
||||
# Override some URLs in admin, to provide our own pages
|
||||
(r'^admin/pending/$', 'pgweb.core.views.admin_pending'),
|
||||
(r'^admin/purge/$', 'pgweb.core.views.admin_purge'),
|
||||
(r'^admin/mergeorg/$', 'pgweb.core.views.admin_mergeorg'),
|
||||
|
||||
# Uncomment the next line to enable the admin:
|
||||
(r'^admin/(.*)', admin.site.root),
|
||||
|
||||
|
Reference in New Issue
Block a user