Selaa lähdekoodia

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

Erick Tryzelaar 10 vuotta sitten
vanhempi
commit
6d8855c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 = (