chore(backend): improvements

This commit is contained in:
ITQ
2025-04-08 00:37:39 +03:00
parent ad0e795250
commit 9c121af053
15 changed files with 174 additions and 47 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
from django.contrib import admin
from apps.review.models import Reviewer, Review
from apps.review.models import Review, Reviewer
@admin.register(Reviewer)