mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	Upgrade to Django-Pipeline==1.6.8.
This commit is contained in:
		| @@ -4,7 +4,7 @@ import os.path | ||||
|  | ||||
| # These URLs are available only in the development environment | ||||
|  | ||||
| use_prod_static = getattr(settings, 'PIPELINE', False) | ||||
| use_prod_static = getattr(settings, 'PIPELINE_ENABLED', False) | ||||
| static_root = os.path.join(settings.DEPLOY_ROOT, 'prod-static/serve' if use_prod_static else 'static') | ||||
|  | ||||
| urls = [url(r'^static/(?P<path>.*)$', 'django.views.static.serve', {'document_root': static_root})] | ||||
|   | ||||
		Reference in New Issue
	
	Block a user