from django.contrib import admin from .models import LexicalUnit, Synset admin.site.register(LexicalUnit) admin.site.register(Synset)