Skip to content
Snippets Groups Projects
admin.py 93 B
from django.contrib import admin

from . import models

admin.site.register(models.Document)