Hi all,

My question is not a pure Django question, but since i'm working with 
django and there are probably people here with experience i'll try anyway..

I'm working on an app that runs on 2 servers, the first is a management 
server where my users in certain page can upload images\videos to my server.
The second server, among other things, shows the videos\images uploaded by 
the users..

I know Django has a form object that helps with the uploading part, my 
question is what is the best practice regarding what to do with the files?

One server is running on Heroku, the second on Amazon EC2.

Should I save the files on the Heroku server and using ssh copy to the EC2 
and serve from there 
or should i just upload directly to Amazon S3 (or another storage service) 
and serve the content directly from the S3?

Should keep in mind that i'll want to use a CDN service (not sure if this 
matters) 

I've never hacked something like this so i'm not sure whats the common 
practice and where to start...

Best regards,
Guy

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to