diff options
| -rw-r--r-- | example_project/settings.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| 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, | 
