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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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