add static_root setting
This commit is contained in:
		@@ -130,6 +130,8 @@ REST_FRAMEWORK = {
 | 
				
			|||||||
    ]
 | 
					    ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					STATIC_ROOT = "/srv/carom/carom-server/static/"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
try:
 | 
					try:
 | 
				
			||||||
    from local_settings import *
 | 
					    from local_settings import *
 | 
				
			||||||
except ImportError:
 | 
					except ImportError:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user