some general fixes needed to handle NPC corps.
This commit is contained in:
@@ -3,3 +3,6 @@ from django.apps import AppConfig
|
||||
|
||||
class EveAuthConfig(AppConfig):
|
||||
name = 'eve_auth'
|
||||
|
||||
def ready(self):
|
||||
import eve_auth.signals
|
||||
|
||||
Reference in New Issue
Block a user