djangoldp-notification/djangoldp_notifications/apps.py
Matthieu Fesselier d24b176039 First commit
2019-01-09 16:27:54 +07:00

5 lines
119 B
Python

from django.apps import AppConfig
class DjangoldpNotificationsConfig(AppConfig):
name = 'djangoldp_notifications'