mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
5 lines
106 B
Python
5 lines
106 B
Python
from util.admin import register_pgwebadmin
|
|
from models import *
|
|
|
|
register_pgwebadmin(ProfessionalService)
|