components/openstack/horizon/files/local_settings.py
branchs11-update
changeset 4625 18adb92d4193
parent 4072 db0cec748ec0
child 4670 5d025a8c4800
equal deleted inserted replaced
4621:21ae1fb71148 4625:18adb92d4193
    30 # redirects here accordingly.
    30 # redirects here accordingly.
    31 LOGIN_URL = '/horizon/auth/login/'
    31 LOGIN_URL = '/horizon/auth/login/'
    32 LOGOUT_URL = '/horizon/auth/logout/'
    32 LOGOUT_URL = '/horizon/auth/logout/'
    33 LOGIN_REDIRECT_URL = '/horizon'
    33 LOGIN_REDIRECT_URL = '/horizon'
    34 
    34 
    35 STATIC_ROOT = '/usr/lib/python2.6/vendor-packages/openstack_dashboard/static'
    35 STATIC_ROOT = '/usr/lib/python2.7/vendor-packages/openstack_dashboard/static'
    36 
    36 
    37 # Enable Solaris theme
    37 # Enable Solaris theme
    38 TEMPLATE_DIRS = (
    38 TEMPLATE_DIRS = (
    39     '/usr/lib/python2.6/vendor-packages/openstack_dashboard/templates/solaris',
    39     '/usr/lib/python2.7/vendor-packages/openstack_dashboard/templates/solaris',
    40 )
    40 )
    41 
    41 
    42 # Application files are compressed during packaging
    42 # Application files are compressed during packaging
    43 COMPRESS_OFFLINE = True
    43 COMPRESS_OFFLINE = True
    44 
    44