django - A good static file server as a service -
i'm looking easy use static file service can use application server. i'm using django , need simple service let's me host static files can call templates.
it best if service had easy way secure files , had way integrate secure file sending.
i use webserver have, i'm testing heroku , doesn't host static files. i'd use other webservers, i'm looking can handle secure files better ngix server. i'm not great admin hoping easy-to-use api based or static server host.
essentially want described in here: http://forum.slicehost.com/comments.php?discussionid=1929
but server not "local" application server, http://wiki.nginx.org/nginxxsendfile requires.
well depends on need. looking cdn, go google , search cdn , spend few hours picking 1 out. if you're looking store user uploaded files perhaps try s3.
if looking how deal in django. that's static_url (or media_url) setting handles (as {{ media_url }} idiom in templates (replaced staticfiles in django 1.3)
Comments
Post a Comment