Add phone verification logic
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
from django.apps import AppConfig
|
||||
from .models import PhoneVerificationService
|
||||
|
||||
|
||||
class AccountConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'account'
|
||||
|
||||
def ready(self):
|
||||
PhoneVerificationService.create()
|
||||
|
||||
Reference in New Issue
Block a user