Skip to content

Commit

Permalink
Revert "Add static/ to STATICFILES_DIRS"
Browse files Browse the repository at this point in the history
This reverts commit 74c5437.
  • Loading branch information
jochenklar committed Dec 10, 2018
1 parent 74c5437 commit bfae66a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion daiquiri/core/settings/base.py
Expand Up @@ -114,7 +114,6 @@
STATIC_ROOT = os.path.join(BASE_DIR, 'static_root/')

STATICFILES_DIRS = (
os.path.join(BASE_DIR, 'static/'),
os.path.join(BASE_DIR, 'vendor/'),
)

Expand Down

0 comments on commit bfae66a

Please sign in to comment.