Adds STATIC_URL='' to settings_local template to fix JS loading problems

This commit is contained in:
Kumar McMillan 2011-05-03 13:03:34 -05:00
Родитель 5ff674226b
Коммит 537429c53b
2 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -50,3 +50,6 @@ SESSION_COOKIE_DOMAIN = None
# Run tasks immediately, don't try using the queue.
CELERY_ALWAYS_EAGER = True
# paths for images, not necessary for dev
STATIC_URL = ''

Просмотреть файл

@ -49,8 +49,8 @@ echo "Updating vendor..."
pushd $VENDOR && git pull && git submodule --quiet sync && git submodule update --init;
popd
cat > settings_local.py <<SETTINGS
from settings import *
cp -f docs/settings/settings_local.dev.py settings_local.py
cat >> settings_local.py <<SETTINGS
ROOT_URLCONF = '%s.urls' % ROOT_PACKAGE
LOG_LEVEL = logging.ERROR
# Database name has to be set because of sphinx