Spaces:
Sleeping
Sleeping
File size: 159 Bytes
d32e728 | 1 2 3 4 5 6 7 8 | from django.apps import AppConfig
class NotificationsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'notifications'
|