prod and please need to know about jquery_home and jquery_ui_home too
parent
6ee9319b3a
commit
3c4d406a82
|
@ -121,5 +121,7 @@ LOGGING = {
|
|||
}
|
||||
|
||||
STATIC_ROOT = '/var/www/static'
|
||||
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"
|
||||
|
||||
IS_PREVIEW = False
|
||||
|
|
|
@ -122,3 +122,5 @@ LOGGING = {
|
|||
}
|
||||
|
||||
STATIC_ROOT = '/var/www/static'
|
||||
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