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


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