mirror of
https://github.com/postgres/pgweb.git
synced 2025-07-29 11:59:36 +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...
5 lines
82 B
Python
5 lines
82 B
Python
from django.contrib import admin
|
|
from models import *
|
|
|
|
admin.site.register(Event)
|