initial commit
This commit is contained in:
10
api/apps.py
Executable file
10
api/apps.py
Executable file
@@ -0,0 +1,10 @@
|
||||
from django.apps import AppConfig
|
||||
from .api_phone_verificator import PhoneVerificationService
|
||||
|
||||
|
||||
class ApiConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
name = 'api'
|
||||
|
||||
def ready(self):
|
||||
PhoneVerificationService.create()
|
||||
Reference in New Issue
Block a user