from django.contrib import admin
from three_d_viewer.models import Category, Sample
admin.site.register(Category)
admin.site.register(Sample)