updated deprecated setting in settings_default.py

This commit is contained in:
Doug Miller 2012-03-28 21:59:45 +00:00
parent 897be724f5
commit c67b949a4e

View file

@ -384,7 +384,7 @@ MEDIA_URL = '/media/'
# URL prefix for admin media -- CSS, JavaScript and images. Make sure
# to use a trailing slash. This should match the position defined
# by ADMIN_MEDIA_ROOT.
ADMIN_MEDIA_PREFIX = '/media/admin/'
STATIC_URL = '/media/admin/'
# The name of the currently selected web template. This corresponds to the
# directory names shown in the webtemplates directory.
ACTIVE_TEMPLATE = 'prosimii'