notification app, api for device registration and fcm token

This commit is contained in:
abutalib-kiwi
2023-07-18 14:06:04 +05:30
parent 04342133ef
commit ba4d5933de
15 changed files with 142 additions and 1 deletions

6
notifications/models.py Normal file
View File

@ -0,0 +1,6 @@
"""
notification models file
"""
from django.db import models
# Create your models here.