From ef4a13bd49ea9afa286381bb11510efb1b0d76e9 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Wed, 29 Dec 2010 20:04:51 +0100 Subject: Creation of archaelogical file (refs #14) - integration of an AJAX autocomplete field --- ishtar/settings.py.example | 1 + 1 file changed, 1 insertion(+) (limited to 'ishtar/settings.py.example') 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 -- cgit v1.2.3