From 72b51a6558b78717c2fb55aba03abe2c8bbd9f72 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 11 Jan 2018 10:40:29 +0100 Subject: UI: Workon on a new date picker --- example_project/settings.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 8769c3974..06e32ba58 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -38,6 +38,10 @@ STATICFILES_FINDERS = ( 'compressor.finders.CompressorFinder', ) +STATICFILES_DIRS = ( + ROOT_PATH + "../bootstrap_datepicker/static", +) + ODT_TEMPLATE = ROOT_PATH + "../ishtar_common/static/template.odt" LOGIN_REDIRECT_URL = "/" + URL_PATH -- cgit v1.2.3