Browse Source

HUE-2417 [desktop] Move staticfiles into build/static

Erick Tryzelaar 10 years ago
parent
commit
6d8855cd9e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      desktop/core/src/desktop/settings.py

+ 1 - 1
desktop/core/src/desktop/settings.py

@@ -110,7 +110,7 @@ STATICFILES_STORAGE = 'django.contrib.staticfiles.storage.CachedStaticFilesStora
 # For Django admin interface
 STATIC_URL = '/static/'
 
-STATIC_ROOT = os.path.join(BASE_DIR, 'static')
+STATIC_ROOT = os.path.join(BASE_DIR, 'build', 'static')
 
 # List of callables that know how to import templates from various sources.
 TEMPLATE_LOADERS = (