From 3f31874d0c66bad5c3e52a1f2161be53aa80764a Mon Sep 17 00:00:00 2001 From: Drew Larson Date: Sun, 15 Jan 2017 20:47:56 -0600 Subject: [PATCH] One day this will work! --- bikeshop_project/bikeshop/settings/base.py | 6 +++--- bower.json | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/bikeshop_project/bikeshop/settings/base.py b/bikeshop_project/bikeshop/settings/base.py index a7f19a7..f765bec 100644 --- a/bikeshop_project/bikeshop/settings/base.py +++ b/bikeshop_project/bikeshop/settings/base.py @@ -123,10 +123,10 @@ STATICFILES_FINDERS = ( 'compressor.finders.CompressorFinder', ) STATICFILES_DIRS = [ - ('vendor', os.path.join(BASE_DIR, 'vendor')), - os.path.join(BASE_DIR, 'assets') + ('vendor', os.path.join(BASE_DIR, '../vendor')), + os.path.join(BASE_DIR, '../assets') ] -STATIC_ROOT = 'STATIC' +STATIC_ROOT = 'static' STATIC_URL = '/static/' AUTH_USER_MODEL = 'registration.CustomUser' diff --git a/bower.json b/bower.json index 5163b81..55519f4 100644 --- a/bower.json +++ b/bower.json @@ -9,6 +9,7 @@ "license": "MIT", "homepage": "", "private": true, + "directory": "vendor", "ignore": [ "**/.*", "node_modules",