thejagstudio's picture
Add notification app with initial models, views, and admin configuration; remove unused image files
d5374bf
raw
history blame
156 Bytes
from django.apps import AppConfig
class NotificationConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'notification'