-
Notifications
You must be signed in to change notification settings - Fork 4
TODO
patrickomatic edited this page Sep 14, 2010
·
7 revisions
- Externalize the storage to support local, S3 and others?
- Checks for whether or not the appropriate config settings are set.
- Set up global connections to S3 in init.py
- Extend manage.py with hooks for creating buckets and deleting old images
- Make a default for S3_EXPIRES
- Docs for all settings:
- S3_BUCKET
- S3_EXPIRES
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- IMAGE_WHITELIST_FN
- Replace all print >>sys.stderr’s with warning.warn()s