Spaces:
Sleeping
Sleeping

Add notification app with initial models, views, and admin configuration; remove unused image files
d5374bf
from django.apps import AppConfig | |
class NotificationConfig(AppConfig): | |
default_auto_field = 'django.db.models.BigAutoField' | |
name = 'notification' | |