mirror of
https://github.com/i701/sarlink-portal-api.git
synced 2025-02-22 08:32:01 +00:00
13 lines
277 B
Python
13 lines
277 B
Python
|
# -*- 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'
|