maybe the setting also needs to be in common to avoid breaking jenkins?
parent
c0dff3b61c
commit
7a94496c39
|
@ -211,3 +211,5 @@ djcelery.setup_loader()
|
|||
# this suppresses functionality that should not be visible on the alpha site
|
||||
# change to 0 if you want to see it on your local machine
|
||||
IS_PREVIEW = True
|
||||
JQUERY_HOME = "https://ajax.googleapis.com/ajax/libs/jquery/1.6.3/jquery.min.js"
|
||||
JQUERY_UI_HOME = "https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"
|
||||
|
|
Loading…
Reference in New Issue