Re: Django with Ubuntu Cloud

2014-01-31 Thread Me Sulphur
So - I can use Ubuntu One ( which seems to be like Drop box if I understand it correctly ) as a media file storage? Indeed you UO is like DB and you can use their APIs to programatically PUT and/or GET files on their system. -- You received this message because you are subscribed to the Google G

Re: Django with Ubuntu Cloud

2014-01-31 Thread Vibhu Rishi
So - I can use Ubuntu One ( which seems to be like Drop box if I understand it correctly ) as a media file storage? V. On Jan 31, 2014 12:47 PM, "Me Sulphur" wrote: > Django is a fairly flexible web framework. See read more about STATIC and > MEDIA files in Django. The Ubuntu cloud API is docume

Re: Django with Ubuntu Cloud

2014-01-31 Thread Vibhu Rishi
gt; On Fri, Jan 31, 2014 at 2:56 PM, Vibhu Rishi wrote: > >> Hi, >> >> Has anyone setup Django with Ubuntu Cloud ? >> >> My primary interest is how to setup the media server. I am primarily >> using Heroku for the hosting of the project, but that does not prov

Re: Django with Ubuntu Cloud

2014-01-31 Thread Vibhu Rishi
st changes to your setup? > > Regards, > > Andréas > > > 2014-01-31 Vibhu Rishi : > >> Hi, >> >> Has anyone setup Django with Ubuntu Cloud ? >> >> My primary interest is how to setup the media server. I am primarily >> using Heroku for the

Re: Django with Ubuntu Cloud

2014-01-31 Thread Andreas Kuhne
Hi, Why not use S3 for storage? Then you can still keep heroku and don't have to make vast changes to your setup? Regards, Andréas 2014-01-31 Vibhu Rishi : > Hi, > > Has anyone setup Django with Ubuntu Cloud ? > > My primary interest is how to setup the media server.

Re: Django with Ubuntu Cloud

2014-01-30 Thread Me Sulphur
Django is a fairly flexible web framework. See read more about STATIC and MEDIA files in Django. The Ubuntu cloud API is documented here https://one.ubuntu.com/developer/files/store_files/cloud, you can interact with it using libraries like requests. https://docs.djangoproject.com/en/dev/howto/

Re: Django with Ubuntu Cloud

2014-01-30 Thread Russell Keith-Magee
lk to Swift stores, and there are Django file storage backends that will use Swift as well. Yours, Russ Magee %-) On Fri, Jan 31, 2014 at 2:56 PM, Vibhu Rishi wrote: > Hi, > > Has anyone setup Django with Ubuntu Cloud ? > > My primary interest is how to setup the media se

Django with Ubuntu Cloud

2014-01-30 Thread Vibhu Rishi
Hi, Has anyone setup Django with Ubuntu Cloud ? My primary interest is how to setup the media server. I am primarily using Heroku for the hosting of the project, but that does not provide hosting for the static / user uploaded files. So, I am looking at what alternatives I have. There are a lot