some general fixes needed to handle NPC corps.

This commit is contained in:
2018-04-24 11:12:51 +01:00
parent ccdc999077
commit c0b17a0ef0
5 changed files with 30 additions and 38 deletions

View File

@@ -3,3 +3,6 @@ from django.apps import AppConfig
class EveAuthConfig(AppConfig):
name = 'eve_auth'
def ready(self):
import eve_auth.signals