mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-14 05:36:50 +03:00
5 lines
116 B
Python
5 lines
116 B
Python
import django
|
|
|
|
if django.VERSION < (3, 2):
|
|
default_app_config = 'rest_framework.authtoken.apps.AuthTokenConfig'
|