"""Админка для сайта.""" from django.contrib import admin from .models import ModelNote admin.site.register(ModelNote)