mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 20:57:09 +00:00
fix: fixed all signals
This commit is contained in:
@@ -7,4 +7,4 @@ class CompetitionsConfig(AppConfig):
|
|||||||
verbose_name = "Соревнование"
|
verbose_name = "Соревнование"
|
||||||
|
|
||||||
def ready(self):
|
def ready(self):
|
||||||
pass
|
import apps.competition.signals
|
||||||
|
|||||||
@@ -7,4 +7,4 @@ class CoreConfig(AppConfig):
|
|||||||
verbose_name = "Проверка"
|
verbose_name = "Проверка"
|
||||||
|
|
||||||
def ready(self):
|
def ready(self):
|
||||||
pass
|
import apps.review.signals
|
||||||
|
|||||||
Reference in New Issue
Block a user