Skip to content

Commit a2e00ac

Browse files
committed
Fix spelling and app name to use relative path
1 parent 8b253e1 commit a2e00ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

monitoring/synchronisation/apps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
from django.apps import AppConfig
55

66

7-
class SychronisationConfig(AppConfig):
8-
name = 'sychronisation'
7+
class SynchronisationConfig(AppConfig):
8+
name = 'monitoring.synchronisation'

0 commit comments

Comments
 (0)