from django.contrib import admin from api.models import PasswordInfo, Entry admin.site.register(Entry) admin.site.register(PasswordInfo)