mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-10-31 16:07:38 +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'
 |