mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 04:22:14 +01:00 
			
		
		
		
	Fix default storage
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
This commit is contained in:
		@@ -197,6 +197,9 @@ STATICFILES_DIRS = [
 | 
			
		||||
STATIC_ROOT = os.path.join(BASE_DIR, "static")
 | 
			
		||||
 | 
			
		||||
STORAGES = {
 | 
			
		||||
    "default": {
 | 
			
		||||
        "BACKEND": "django.core.files.storage.FileSystemStorage",
 | 
			
		||||
    },
 | 
			
		||||
    'staticfiles': {
 | 
			
		||||
        'BACKEND': 'pipeline.storage.PipelineStorage',
 | 
			
		||||
    },
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user