Configuration

Post install configurations

Site Title/Name

In trunk_player/settings_local.py set the

SITE_TITLE = 'Trunk-Player'

Media Location

In trunk_player/settings_local.py include the base url for the amazon s3 location of your audio files

AUDIO_URL_BASE = '//s3.amazonaws.com/SET-TO-MY-BUCKET/'

Set Timezone

In trunk_player/settings_local.py set the

TIME_ZONE = 'America/Los_Angeles'