mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-03 15:38:59 +00:00
Update syntax for relative imports
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from pgweb.util.admin import PgwebAdmin
|
||||
from models import PUG
|
||||
from .models import PUG
|
||||
|
||||
|
||||
class PUGAdmin(PgwebAdmin):
|
||||
|
Reference in New Issue
Block a user