File size: 162 Bytes
2a065c3
 
 
 
 
 
1
2
3
4
5
6
7
from django.apps import AppConfig


class NotificationConfig(AppConfig):
    default_auto_field = 'django.db.models.BigAutoField'
    name = 'notification'