# -*- coding: utf-8 -*- from django.contrib import admin from frontend.models import Project admin.site.register(Project)