prod and please need to know about jquery_home and jquery_ui_home too

pull/1/head
Andromeda Yelton 2012-02-06 14:14:09 -05:00
parent 6ee9319b3a
commit 3c4d406a82
2 changed files with 4 additions and 0 deletions

View File

@ -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

View File

@ -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"