Initial commit
This commit is contained in:
7
env/lib/python3.10/site-packages/rest_framework/authtoken/apps.py
vendored
Normal file
7
env/lib/python3.10/site-packages/rest_framework/authtoken/apps.py
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.apps import AppConfig
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
|
||||
class AuthTokenConfig(AppConfig):
|
||||
name = 'rest_framework.authtoken'
|
||||
verbose_name = _("Auth Token")
|
||||
Reference in New Issue
Block a user