from django.contrib import admin from frog_api.models import Project admin.site.register(Project)