summaryrefslogtreecommitdiff
path: root/example_project
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-11 10:40:29 +0100
committerÉtienne Loks <etienne.loks@iggdrasil.net>2018-01-11 10:40:29 +0100
commit1f374dd36b2901b35e4ab0bdbcfcbcbb93224f1a (patch)
tree37b3e24a5a6580fd08d6790aea2ada3ebe5bca20 /example_project
parent1b68835844edb9038486b1ffeed210157cf7b8f3 (diff)
downloadIshtar-1f374dd36b2901b35e4ab0bdbcfcbcbb93224f1a.tar.bz2
Ishtar-1f374dd36b2901b35e4ab0bdbcfcbcbb93224f1a.zip
UI: Workon on a new date picker
Diffstat (limited to 'example_project')
-rw-r--r--example_project/settings.py4
1 files changed, 4 insertions, 0 deletions
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