mirror of
https://github.com/HamzaSha1/zod-backend.git
synced 2025-11-26 08:34:55 +00:00
notification app, api for device registration and fcm token
This commit is contained in:
13
notifications/apps.py
Normal file
13
notifications/apps.py
Normal file
@ -0,0 +1,13 @@
|
||||
"""
|
||||
notification app file
|
||||
"""
|
||||
# django imports
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class NotificationsConfig(AppConfig):
|
||||
"""
|
||||
notification app config
|
||||
"""
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'notifications'
|
||||
Reference in New Issue
Block a user