mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
A first very basic import.
Contains basic functionality, and an import of most of the static content from the old site. There is still plenty more to do...
This commit is contained in:
4
pgweb/profserv/admin.py
Normal file
4
pgweb/profserv/admin.py
Normal file
@ -0,0 +1,4 @@
|
||||
from django.contrib import admin
|
||||
from models import *
|
||||
|
||||
admin.site.register(ProfessionalService)
|
Reference in New Issue
Block a user