mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-10 00:42:06 +00:00
Replace wildcard imports with explicit ones
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
from django.contrib import admin
|
||||
|
||||
from pgweb.core.models import *
|
||||
from pgweb.core.models import Version, OrganisationType, Organisation
|
||||
from pgweb.core.models import ImportedRSSFeed, ImportedRSSItem
|
||||
from pgweb.core.models import ModerationNotification
|
||||
|
||||
class OrganisationAdmin(admin.ModelAdmin):
|
||||
list_display = ('name', 'approved', 'lastconfirmed',)
|
||||
|
Reference in New Issue
Block a user