From 33ce79ea699a381220d503c9f24fe24fcd46b089 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 31 Jan 2020 18:07:03 +0100 Subject: Fix static for datepicker --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project/settings.py') diff --git a/example_project/settings.py b/example_project/settings.py index 3c3b35859..4848cb628 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -52,7 +52,7 @@ STATICFILES_FINDERS = ( BS_STATIC = ROOT_PATH + "../bootstrap_datepicker/static" if not os.path.exists(BS_STATIC): - BS_STATIC = "/usr/lib/python3/dist-packages/bootstrap_datepicker/" + BS_STATIC = "/usr/lib/python3/dist-packages/bootstrap_datepicker/static" STATICFILES_DIRS = ( BS_STATIC, -- cgit v1.2.3