Fixing recommendations from pylint
This commit is contained in:
parent
423101e829
commit
5ab0b8c837
6 changed files with 57 additions and 13 deletions
|
|
@ -1,5 +1,9 @@
|
|||
"""
|
||||
Configuration for the Django admin site
|
||||
"""
|
||||
|
||||
from django.contrib import admin
|
||||
from three_d_viewer.models import Category, Sample, Question, Answer
|
||||
from models import Category, Sample, Question, Answer
|
||||
|
||||
admin.site.register(Category)
|
||||
admin.site.register(Sample)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue