from django.contrib import admin from api.tree.models import Tree admin.site.register(Tree)