Re: where do you host your django app and how to you deploy it?!

2012-05-21 Thread kenneth gonsalves
On Fri, 2012-05-18 at 13:18 +0100, Cal Leeming [Simplicity Media Ltd] wrote: > On top of this, I am yet to come across a decent django specific host > (there's plenty out there, but none that I would consider recommending > at > this time). not even webfaction? -- regards Kenneth Gonsalves --

Re: where do you host your django app and how to you deploy it?!

2012-05-20 Thread Rivsen
fix3d wrote: >> >> Where do you host your django app and how to you deploy it?! >> >> Please share personal exp. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this

Re: where do you host your django app and how to you deploy it?!

2012-05-18 Thread francescortiz
I use django europe, cheap shared hosting with a good setup with lighttpd by default, but you can set up any server you want compiling it. On Monday, April 2, 2012 12:48:24 PM UTC+2, fix3d wrote: > > Where do you host your django app and how to you deploy it?! > > Please share

Re: where do you host your django app and how to you deploy it?!

2012-05-18 Thread azizmb.in
Im very happy with webfaction . Its a great shared host. It is a tad bit expensive, but the service is awesome. Have used it for multiple projects, with no complaints. As for deployments, Ive been playing around using fabric, there is also a project on github

Re: where do you host your django app and how to you deploy it?!

2012-05-18 Thread Cal Leeming [Simplicity Media Ltd]
I know this is an old thread, but I feel obliged to comment. Some of our legacy clients used DreamHost for their django/python apps.. Then dreamhost decided their VPS's needed a software and hardware upgrade, which resulted in lost data, 4-ish days of downtime, numerous server config inconsistenci

Re: where do you host your django app and how to you deploy it?!

2012-04-04 Thread Marcin Tustin
s and raw media files with project folder. > > Sample apache conf and wsgi files - http://dpaste.com/726790/, > http://dpaste.com/726792/. > > Daniel Sokolowski > webdesign.danols.com > > > > On Apr 2, 6:48 am, fix3d wrote: > > Where do you host your dja

Re: where do you host your django app and how to you deploy it?!

2012-04-04 Thread Daniel Sokolowski
owski webdesign.danols.com On Apr 2, 6:48 am, fix3d wrote: > Where do you host your django app and how to you deploy it?! > > Please share personal exp. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this gro

Re: where do you host your django app and how to you deploy it?!

2012-04-04 Thread Eugenio Minardi
Servage for low-cost websites https://www.servage.net/wiki/Install_Djangounlimited space, domains, ecc. With the coupon code django2012 you can get the discount Eugenio On Wed, Apr 4, 2012 at 3:24 PM, Dan Gentry wrote: > Dreamhost shared account > > http://dashdrum.com/blog/2011/08/django-on-d

Re: where do you host your django app and how to you deploy it?!

2012-04-04 Thread j_syk
use Nginx & Gunicorn. It's a really easy setup to get started with and it's good. On Monday, April 2, 2012 5:48:24 AM UTC-5, fix3d wrote: > > Where do you host your django app and how to you deploy it?! > > Please share personal exp. -- You received this message beca

Re: where do you host your django app and how to you deploy it?!

2012-04-04 Thread Dan Gentry
Dreamhost shared account http://dashdrum.com/blog/2011/08/django-on-dreamhost/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to dj

Re: where do you host your django app and how to you deploy it?!

2012-04-03 Thread Mario Gudelj
EC2 with Ubuntu instance with Postgre+nginx On 3 April 2012 20:57, N.Aleksandrenko wrote: > What about cloud solutions? > > On Mon, Apr 2, 2012 at 2:38 PM, Jani Tiainen wrote: > > 2.4.2012 13:48, fix3d kirjoitti: > > > >> Where do you host your djang

Re: where do you host your django app and how to you deploy it?!

2012-04-03 Thread N.Aleksandrenko
What about cloud solutions? On Mon, Apr 2, 2012 at 2:38 PM, Jani Tiainen wrote: > 2.4.2012 13:48, fix3d kirjoitti: > >> Where do you host your django app and how to you deploy it?! >> >> Please share personal exp. >> > > We're deploying to our own applic

Re: where do you host your django app and how to you deploy it?!

2012-04-02 Thread Jani Tiainen
2.4.2012 13:48, fix3d kirjoitti: Where do you host your django app and how to you deploy it?! Please share personal exp. We're deploying to our own application server cluster. And we're using fabric to run actual deployment. -- Jani Tiainen -- You received this message becau

Re: where do you host your django app and how to you deploy it?!

2012-04-02 Thread M Oklah
Has anyone tried deploying a large scale application to dotcloud or heroku? How did it work out? Thanks, Moe On Mon, Apr 2, 2012 at 2:07 PM, N.Aleksandrenko wrote: > What about google app engine? > > -- > You received this message because you are subscribed to the Google Groups > "Django user

Re: where do you host your django app and how to you deploy it?!

2012-04-02 Thread N.Aleksandrenko
What about google app engine? -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more

Re: where do you host your django app and how to you deploy it?!

2012-04-02 Thread N.Aleksandrenko
I see ..., Webfaction is the users favorite, they have pretty simple video tutorial about deploying. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this gro

Re: where do you host your django app and how to you deploy it?!

2012-04-02 Thread Marcin Tustin
t's up to date, well documented and good > price. deployment made with WSGI. > > > 2012/4/2 fix3d > >> Where do you host your django app and how to you deploy it?! >> >> Please share personal exp. >> >> -- >> You received this message becaus

Re: where do you host your django app and how to you deploy it?!

2012-04-02 Thread Sandro Dutra
Webfaction, Excelente support, service it's up to date, well documented and good price. deployment made with WSGI. 2012/4/2 fix3d > Where do you host your django app and how to you deploy it?! > > Please share personal exp. > > -- > You received this message because yo

where do you host your django app and how to you deploy it?!

2012-04-02 Thread fix3d
Where do you host your django app and how to you deploy it?! Please share personal exp. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this g