Files
GNX-mailEnterprise/venv/lib/python3.12/site-packages/rest_framework/authtoken/apps.py
Iliyan Angelov c67067a2a4 Mail
2025-09-14 23:24:25 +03:00

8 lines
198 B
Python

from django.apps import AppConfig
from django.utils.translation import gettext_lazy as _
class AuthTokenConfig(AppConfig):
name = 'rest_framework.authtoken'
verbose_name = _("Auth Token")