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