Files
stiftung-management-system/app/.venv/Lib/site-packages/rest_framework/authtoken/apps.py
2025-09-06 18:31:54 +02: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")