-
Complete all previous exercises.
-
Seek feedback on your solution to Assignment 2.
- This question is very experimental.
-
Register for an Amazon Web Services account. (There is no charge
for this.)
-
Download and install either simples3 or boto (Python clients for
Amazon S3).
-
From the Python command line, following the instructions on the
appropriate Web site, create a bucket, add an object to the
bucket, updated the object, delete the object, retrieving
information about the bucket and the object after each step.
-
Add one or more static files from one of your Django applications
to an S3 bucket, and change the settings of your media directory
to get the files from that bucket.
-
Let me know how you did, particularly if you succeeded.
-
Work through the jQuery examples in the notes. Modify them to do
something different and interesting.
-
Seek advice on design and implementation of Assignment 3.