|
|
|
|
|
by herge
4466 days ago
|
|
Serving static files from nginx still has overhead on the server and also can be slower that s3. Also, you avoid a whole rake of problems with backups, running out of disk space, sharing static files among servers, etc, by storing files on S3. |
|
edit: I guess I'm assuming too much...the OP is assuming you have Django app already online and running, and this process moves over the asset files?