This commit is contained in:
Data-Name-ID
2024-04-01 18:00:52 +03:00
parent 1b84b746d1
commit 268a541466
14 changed files with 126 additions and 32 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
from django import forms
from notifications.models import Notification
from api.notifications.models import Notification
class EditNotificationAdminForm(forms.ModelForm):