Files
Rasadyar_Users/Notification/apps.py

7 lines
156 B
Python
Raw Normal View History

2026-01-18 12:05:56 +03:30
from django.apps import AppConfig
class NotificationConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'Notification'