mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-12 23:05:12 +00:00
Replace wildcard imports with explicit ones
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
from django.contrib import admin
|
||||
from models import *
|
||||
from models import MailingList, MailingListGroup
|
||||
|
||||
admin.site.register(MailingListGroup)
|
||||
admin.site.register(MailingList)
|
||||
|
Reference in New Issue
Block a user