mirror of
				https://gitlab.com/animath/si/plateforme.git
				synced 2025-11-04 04:22:14 +01:00 
			
		
		
		
	Fix static files
This commit is contained in:
		@@ -161,10 +161,6 @@ LOCALE_PATHS = [os.path.join(BASE_DIR, "locale")]
 | 
			
		||||
 | 
			
		||||
STATIC_URL = '/static/'
 | 
			
		||||
 | 
			
		||||
STATICFILES_DIRS = [
 | 
			
		||||
    os.path.join(BASE_DIR, "static"),
 | 
			
		||||
]
 | 
			
		||||
 | 
			
		||||
MEDIA_URL = '/media/'
 | 
			
		||||
 | 
			
		||||
MEDIA_ROOT = os.path.join(BASE_DIR, "media")
 | 
			
		||||
 
 | 
			
		||||
@@ -13,3 +13,7 @@ DATABASES = {
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
EMAIL_BACKEND = 'django.core.mail.backends.console.EmailBackend'
 | 
			
		||||
 | 
			
		||||
STATICFILES_DIRS = [
 | 
			
		||||
    os.path.join(BASE_DIR, "static"),
 | 
			
		||||
]
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user