basic support for bulk series uploading
This commit is contained in:
@@ -13,6 +13,7 @@ from .models import (
|
||||
Structure,
|
||||
PathologicalProcess,
|
||||
Presentation,
|
||||
UncategorisedDicom,
|
||||
)
|
||||
|
||||
from django.forms import ModelForm
|
||||
@@ -38,6 +39,7 @@ admin.site.register(Differential)
|
||||
admin.site.register(PathologicalProcess)
|
||||
admin.site.register(Presentation)
|
||||
admin.site.register(CaseDetail)
|
||||
admin.site.register(UncategorisedDicom)
|
||||
|
||||
|
||||
class DifferentialInline(admin.TabularInline):
|
||||
|
||||
Reference in New Issue
Block a user