Browse Source

Add folder name

feature/python-error-tracking
Drew Larson 7 years ago
parent
commit
412b4b1dd3
  1. 2
      bikeshop_project/bikeshop/settings/base.py

2
bikeshop_project/bikeshop/settings/base.py

@ -126,7 +126,7 @@ STATICFILES_FINDERS = (
'compressor.finders.CompressorFinder', 'compressor.finders.CompressorFinder',
) )
STATICFILES_DIRS = [ STATICFILES_DIRS = [
os.path.join(BASE_DIR, '../vendor'), ('vendor', os.path.join(BASE_DIR, '../vendor')),
os.path.join(BASE_DIR, '../assets') os.path.join(BASE_DIR, '../assets')
] ]

Loading…
Cancel
Save