diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-12-29 20:04:51 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2010-12-29 20:04:51 +0100 |
commit | ef4a13bd49ea9afa286381bb11510efb1b0d76e9 (patch) | |
tree | 9a0cbffdf76eaeef6d9047091c5b24c3fec83522 /ishtar/settings.py.example | |
parent | c6f55a31a651dcfd0f34d687e91a0660381050db (diff) | |
download | Ishtar-ef4a13bd49ea9afa286381bb11510efb1b0d76e9.tar.bz2 Ishtar-ef4a13bd49ea9afa286381bb11510efb1b0d76e9.zip |
Creation of archaelogical file (refs #14) - integration of an AJAX autocomplete field
Diffstat (limited to 'ishtar/settings.py.example')
-rw-r--r-- | ishtar/settings.py.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ishtar/settings.py.example b/ishtar/settings.py.example index facc76ff2..4cb1a710c 100644 --- a/ishtar/settings.py.example +++ b/ishtar/settings.py.example @@ -7,6 +7,7 @@ APP_NAME = "" ROOT_PATH = "/var/local/webapp/ishtar/ishtar/" URL_PATH = "" JQUERY_URL = "/javascript/jquery/jquery.js" +JQUERY_UI_URL = "/javascript/jquery-ui/" LOGIN_REDIRECT_URL = "/" + URL_PATH DEBUG = True |