Load signals with app

This commit is contained in:
Adarnof
2017-12-21 15:25:53 -05:00
committed by GitHub
parent 478f9b9390
commit 38baeba254

View File

@@ -4,3 +4,6 @@ from django.apps import AppConfig
class EveAutogroupsConfig(AppConfig):
name = 'allianceauth.eveonline.autogroups'
label = 'eve_autogroups'
def ready(self):
import .signals