mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-06-28 09:50:05 +00:00
Initial commit
This commit is contained in:
9
djangopasswordlessknox/apps.py
Normal file
9
djangopasswordlessknox/apps.py
Normal file
@ -0,0 +1,9 @@
|
||||
from django.apps import AppConfig
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
class DrfpasswordlessConfig(AppConfig):
|
||||
name = 'djangopasswordlessknox'
|
||||
verbose = _("DRF Passwordless")
|
||||
|
||||
def ready(self):
|
||||
import djangopasswordlessknox.signals
|
Reference in New Issue
Block a user