Skip to content

Commit

Permalink
Remove dashboard images from staticfiles settings
Browse files Browse the repository at this point in the history
  • Loading branch information
IKarbowiak committed Nov 26, 2019
1 parent 8d355d5 commit 622de65
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions saleor/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,6 @@ def get_bool_from_env(name, default_value):
("assets", os.path.join(PROJECT_ROOT, "saleor", "static", "assets")),
("favicons", os.path.join(PROJECT_ROOT, "saleor", "static", "favicons")),
("images", os.path.join(PROJECT_ROOT, "saleor", "static", "images")),
(
"dashboard/images",
os.path.join(PROJECT_ROOT, "saleor", "static", "dashboard", "images"),
),
]
STATICFILES_FINDERS = [
"django.contrib.staticfiles.finders.FileSystemFinder",
Expand Down

0 comments on commit 622de65

Please sign in to comment.