Remote File Systems

Wooey has been tested on heroku with S3 as a file storage system. Settings for this can be seen in the user_settings.py, which give you a starting point for a non-local server. In short, you need to change your storage settings like such:

STATICFILES_STORAGE = DEFAULT_FILE_STORAGE = ‘wooey.wooeystorage.CachedS3BotoStorage’ WOOEY_EPHEMERAL_FILES = True