mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Refer to eve_api.models, not the api_player file
This commit is contained in:
@@ -4,7 +4,7 @@ from django import forms
|
||||
from django.contrib.auth.models import User
|
||||
|
||||
import settings
|
||||
from eve_api.models.api_player import EVEAccount, EVEPlayerCharacter, EVEPlayerCorporation
|
||||
from eve_api.models import EVEAccount, EVEPlayerCharacter, EVEPlayerCorporation
|
||||
from sso.models import ServiceAccount, Service
|
||||
from reddit.models import RedditAccount
|
||||
from registration.forms import RegistrationForm
|
||||
|
||||
Reference in New Issue
Block a user