Settings.

master
Nick Sergeant 2014-10-20 23:35:02 -04:00
parent a70a3dad79
commit 9c79eef6a4
1 changed files with 2 additions and 1 deletions

View File

@ -3,5 +3,6 @@ AWS_SECRET_ACCESS_KEY = ''
AWS_STORAGE_BUCKET_NAME = ''
DEBUG=True
S3_URL = 'https://%s.s3.amazonaws.com/' % AWS_STORAGE_BUCKET_NAME
STATICFILES_STORAGE = 'storages.backends.s3boto.S3BotoStorage'
SSLIFY_DISABLE = True
STATICFILES_STORAGE = 'storages.backends.s3boto.S3BotoStorage'
STATIC_URL = '/static/'