This commit is contained in:
2024-12-08 15:16:43 +03:00
parent ed33722449
commit 8fb349d74b
17 changed files with 251 additions and 4 deletions

6
schemas/admin.py Normal file
View File

@@ -0,0 +1,6 @@
from django.contrib import admin
# Register your models here.
from .models import Schema
admin.site.register(Schema)