|
|
|
@ -54,6 +54,8 @@ from .services.tournament_unregistration import TournamentUnregistrationService |
|
|
|
from django.core.exceptions import ValidationError |
|
|
|
from django.core.exceptions import ValidationError |
|
|
|
from .forms import ( |
|
|
|
from .forms import ( |
|
|
|
ProfileUpdateForm, |
|
|
|
ProfileUpdateForm, |
|
|
|
|
|
|
|
SimpleCustomUserCreationForm, |
|
|
|
|
|
|
|
SimpleForm |
|
|
|
) |
|
|
|
) |
|
|
|
from .utils.apns import send_push_notification |
|
|
|
from .utils.apns import send_push_notification |
|
|
|
from .utils.licence_validator import LicenseValidator |
|
|
|
from .utils.licence_validator import LicenseValidator |
|
|
|
|