syntax: rename package to djangoldp_notification (singular)
This commit is contained in:
parent
d24b176039
commit
e6dcbbf332
1
djangoldp_notification/__init__.py
Normal file
1
djangoldp_notification/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
name = "djangoldp_notification"
|
4
djangoldp_notification/apps.py
Normal file
4
djangoldp_notification/apps.py
Normal file
@ -0,0 +1,4 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
class DjangoldpNotificationConfig(AppConfig):
|
||||
name = 'djangoldp_notification'
|
@ -1 +0,0 @@
|
||||
name = "djangoldp_notifications"
|
@ -1,4 +0,0 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
class DjangoldpNotificationsConfig(AppConfig):
|
||||
name = 'djangoldp_notifications'
|
Loading…
Reference in New Issue
Block a user