mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-01 15:54:53 +00:00

Contains basic functionality, and an import of most of the static content from the old site. There is still plenty more to do...
6 lines
125 B
Python
6 lines
125 B
Python
from django.contrib import admin
|
|
from models import *
|
|
|
|
admin.site.register(ContributorType)
|
|
admin.site.register(Contributor)
|