mirror of
https://github.com/Ai-hack-MAGNUM-OPUS/backend.git
synced 2024-11-22 00:06:34 +03:00
6 lines
139 B
Python
6 lines
139 B
Python
from django.contrib import admin
|
|
|
|
# Register your models here.
|
|
from checker.models import ParagraphType
|
|
|
|
admin.site.register(ParagraphType) |