mirror of
				https://github.com/encode/django-rest-framework.git
				synced 2025-11-04 01:47:59 +03:00 
			
		
		
		
	Added missing staticfiles app
This commit is contained in:
		
							parent
							
								
									7b4463f739
								
							
						
					
					
						commit
						eb89ed02f2
					
				| 
						 | 
					@ -27,6 +27,7 @@ def pytest_configure():
 | 
				
			||||||
            'django.contrib.sessions',
 | 
					            'django.contrib.sessions',
 | 
				
			||||||
            'django.contrib.sites',
 | 
					            'django.contrib.sites',
 | 
				
			||||||
            'django.contrib.messages',
 | 
					            'django.contrib.messages',
 | 
				
			||||||
 | 
					            'django.contrib.staticfiles',
 | 
				
			||||||
 | 
					
 | 
				
			||||||
            'rest_framework',
 | 
					            'rest_framework',
 | 
				
			||||||
            'rest_framework.authtoken',
 | 
					            'rest_framework.authtoken',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user