Python - Django > Admin > Flashcards
import from apps
from .models import myclass
admin.site.register(myclass)