mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-13 13:12:42 +00:00
Replace wildcard imports with explicit ones
This commit is contained in:
@ -5,7 +5,7 @@ from django.forms import ValidationError
|
||||
import re
|
||||
|
||||
from util.admin import PgwebAdmin
|
||||
from models import *
|
||||
from models import StackBuilderApp, Mirror, Category, Product, LicenceType
|
||||
|
||||
class MirrorAdmin(admin.ModelAdmin):
|
||||
list_display = ('__unicode__', 'country_name', 'country_code', 'mirror_index', 'mirror_last_rsync', 'host_sponsor', )
|
||||
|
Reference in New Issue
Block a user