mirror of
https://github.com/postgres/pgweb.git
synced 2025-08-06 09:57:57 +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 Survey, SurveyLock, SurveyAnswer
|
||||
|
||||
class SurveyAdmin(admin.ModelAdmin):
|
||||
list_display = ('question','posted','current',)
|
||||
|
Reference in New Issue
Block a user