mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-05 18:34:52 +00:00
6 lines
102 B
Python
6 lines
102 B
Python
from django.contrib import admin
|
|
|
|
from .models import DocPageAlias
|
|
|
|
admin.site.register(DocPageAlias)
|