mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-06-28 05:26:07 +00:00
Initial commit
This commit is contained in:
12
djangopasswordlessknox/__init__.py
Normal file
12
djangopasswordlessknox/__init__.py
Normal file
@ -0,0 +1,12 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
|
||||
__title__ = 'djangopasswordlessknox'
|
||||
__version__ = '1.4.0'
|
||||
__author__ = 'Lijo'
|
||||
__license__ = 'MIT'
|
||||
__copyright__ = 'Copyright 2019 lijo'
|
||||
|
||||
# Version synonym
|
||||
VERSION = __version__
|
||||
|
||||
default_app_config = 'djangopasswordlessknox.apps.DrfpasswordlessConfig'
|
Reference in New Issue
Block a user