mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 06:22:13 +01:00 
			
		
		
		
	Update Staticfiles storage for Django 5
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		@@ -196,7 +196,11 @@ STATICFILES_DIRS = [
 | 
			
		||||
 | 
			
		||||
STATIC_ROOT = os.path.join(BASE_DIR, "static")
 | 
			
		||||
 | 
			
		||||
STATICFILES_STORAGE = 'pipeline.storage.PipelineStorage'
 | 
			
		||||
STORAGES = {
 | 
			
		||||
    'staticfiles': {
 | 
			
		||||
        'BACKEND': 'pipeline.storage.PipelineStorage',
 | 
			
		||||
    },
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
STATICFILES_FINDERS = (
 | 
			
		||||
    'django.contrib.staticfiles.finders.FileSystemFinder',
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user