Files
drf-rack/net/xeaf/rack/utils/drf/__init__.py

13 lines
441 B
Python

# 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