django-rest-framework/rest_framework/authtoken/__init__.py
Mikhail Nacharov d0f7b04805 enhancement #3886 Internationalization in admin interface rest_framework.authtoken
+ verbose_name in models.Token fields
+ Meta-options verbose_name & verbose_name_plural
+ Labels in AuthTokenSerializer fields in case of usages in Brousable API
+ provide AppConfig class as described in django documentation with verbose_name came through ugettext_lazy
2016-02-01 13:20:16 +05:00

2 lines
69 B
Python

default_app_config = 'rest_framework.authtoken.apps.AuthTokenConfig'