Добавление custom_exception_handler
This commit is contained in:
12
net/xeaf/rack/utils/drf/__init__.py
Normal file
12
net/xeaf/rack/utils/drf/__init__.py
Normal file
@@ -0,0 +1,12 @@
|
||||
# DRF Rack
|
||||
# Библиотека классов расширений для Django REST Framework
|
||||
#
|
||||
# Автор: Николай В. Анохин <n.anokhin@xeaf.net>
|
||||
# Все права защищены. Лицензия: MIT
|
||||
|
||||
"""
|
||||
Пакет классов расширения Django REST Framework
|
||||
"""
|
||||
|
||||
from .custom_exception_handler import custom_exception_handler
|
||||
from .expiring_token_authentication import ExpiringTokenAuthentication
|
||||
Reference in New Issue
Block a user