Serve static files at /static/
This commit is contained in:
		
							parent
							
								
									03ca23d5c9
								
							
						
					
					
						commit
						be143d2afd
					
				| 
						 | 
				
			
			@ -134,3 +134,7 @@ USE_TZ = True
 | 
			
		|||
# https://docs.djangoproject.com/en/2.0/howto/static-files/
 | 
			
		||||
 | 
			
		||||
STATIC_URL = '/static/'
 | 
			
		||||
 | 
			
		||||
STATICFILES_DIRS = [
 | 
			
		||||
    os.path.join(BASE_DIR, '../frontpage'),
 | 
			
		||||
]
 | 
			
		||||
		Loading…
	
		Reference in New Issue