Hosting for django?

2009-12-22 Thread yummy_droid
Hi,

Has anyone had good experiences with hosting companies that I can use
for production django apps, with backups, etc.?

I would also want to add some extensions etc. as well (e.g.
matplotlib, reportlab, etc.).

Anyone use godaddy?

Thanks.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Hosting for Django

2007-06-15 Thread Christian M Hoeppner

Hi there!

This is a message for all those that have been successful in deploying django. 
It is not that I find myself unable to get a django project to show up in a 
web browser, but I'm wondering about "best practises", "the right way", and 
all that stuff.

It's been hard to find a hosting provider giving a django-capable hosting 
solution at an affordable price, and I have found myself paying for a 
dedicated just for this matter. Also, (mt) is working on a django-container. 
But I was disappointed the minute I knew they'd be running it off lighttpd + 
fcgi. They're working closely together with the two guys who made django, so 
I wonder what they'd be telling them about "the right way".

I have started a quest to gather all relevant information about django 
deployment, since I have found many lagoons in what I have found, including 
the django book's chapter "deploying django". They're talking about server 
farms and load balancing, but not a single side note is thrown about what 
some not-so-guru-like person might be wondering about when first deploying a 
django app.

I can understand that you might think that apache and postgresql matters are 
out of scope. Maybe. But I don't think so. For the sake of completeness and 
comprehensiveness, I'll be seeking and throwing together whatever I might 
find usefull for all those django-noobs out there.

Anyone up to help gathering? I might need some help :-)

Sincerely,
Chris Hoeppner
www.pixware.org

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Hosting for django?

2009-12-22 Thread Victor Loureiro Lima
Amazon's Cloud Computing is wonderful, its currently hosting our django
website.
Media Temple is also a good option.

att,
victor lima

2009/12/22 yummy_droid 

> Hi,
>
> Has anyone had good experiences with hosting companies that I can use
> for production django apps, with backups, etc.?
>
> I would also want to add some extensions etc. as well (e.g.
> matplotlib, reportlab, etc.).
>
> Anyone use godaddy?
>
> Thanks.
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Hosting for django?

2009-12-22 Thread neridaj
I was on Dreamhost for a while but once I needed to install 3rd party
modules I ran into problems. I've since switched to Slicehost VPS -
http://www.slicehost.com/ and would definitely recommend them. If I
was going with shared hosting I would probably use Webfaction -
http://www.webfaction.com/

On Dec 22, 11:08 am, Victor Loureiro Lima
 wrote:
> Amazon's Cloud Computing is wonderful, its currently hosting our django
> website.
> Media Temple is also a good option.
>
> att,
> victor lima
>
> 2009/12/22 yummy_droid 
>
> > Hi,
>
> > Has anyone had good experiences with hosting companies that I can use
> > for production django apps, with backups, etc.?
>
> > I would also want to add some extensions etc. as well (e.g.
> > matplotlib, reportlab, etc.).
>
> > Anyone use godaddy?
>
> > Thanks.
>
> > --
>
> > You received this message because you are subscribed to the Google Groups
> > "Django users" group.
> > To post to this group, send email to django-us...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > django-users+unsubscr...@googlegroups.com
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/django-users?hl=en.
>
>

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Hosting for django?

2009-12-22 Thread creecode
Amazon EC2 and S3 +1

On Dec 22, 11:08 am, Victor Loureiro Lima
 wrote:
> Amazon's Cloud Computing is wonderful, its currently hosting our django
> website.
> Media Temple is also a good option.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Hosting for django?

2009-12-22 Thread brad
> Has anyone had good experiences with hosting companies that I can use
> for production django apps, with backups, etc.?

If you're comfortable administering a linux box, I'd highly suggest
Linode (http://www.linode.com/).  Their service has been great for me.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Hosting for django?

2009-12-22 Thread gregory.para...@gmail.com
I've been using Webfaction for awhile now and it works great.

On Dec 22, 3:04 pm, brad  wrote:
> > Has anyone had good experiences with hosting companies that I can use
> > for production django apps, with backups, etc.?
>
> If you're comfortable administering a linux box, I'd highly suggest
> Linode (http://www.linode.com/).  Their service has been great for me.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Hosting for django?

2009-12-22 Thread Wiiboy
Webfaction, for my small site, is spectacular.  Their CP is awesome (I
think it's their own, not another piece of software from someone
else), and they are totally Python/Django oriented (they used to be
called python-hosting I think).

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Hosting for django?

2009-12-22 Thread James Bennett
On Tue, Dec 22, 2009 at 12:59 PM, yummy_droid  wrote:
> Has anyone had good experiences with hosting companies that I can use
> for production django apps, with backups, etc.?

http://djangofriendly.com/hosts/


-- 
"Bureaucrat Conrad, you are technically correct -- the best kind of correct."

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Hosting for django?

2009-12-22 Thread John M
There was recently a blog on several of the VPS's, EC2 scored a very
poor last place, while LiNode scored the best.  You can find it on the
djangoproject community link.

J

On Dec 22, 10:59 am, yummy_droid  wrote:
> Hi,
>
> Has anyone had good experiences with hosting companies that I can use
> for production django apps, with backups, etc.?
>
> I would also want to add some extensions etc. as well (e.g.
> matplotlib, reportlab, etc.).
>
> Anyone use godaddy?
>
> Thanks.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Hosting for django?

2009-12-22 Thread diogobaeder
+1 for WebFaction, too. Best hosting service I've ever hosted into.

Diogo



On 22 dez, 16:59, yummy_droid  wrote:
> Hi,
>
> Has anyone had good experiences with hosting companies that I can use
> for production django apps, with backups, etc.?
>
> I would also want to add some extensions etc. as well (e.g.
> matplotlib, reportlab, etc.).
>
> Anyone use godaddy?
>
> Thanks.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Hosting for django?

2009-12-22 Thread Donna Snow
Yes, WebFaction was formerly python-hosting.org - used them when they were
python-hosting and continue to use them.
Good team of guys and they've been around a long time..don't see them going
anywhere anytime soon. Great for shared, haven't tried them for the VPS

Best Regards,
Donna 'SnowWrite' Snow
Office Manager, Hacker Dojo
hackerdojo.com

Owner, C Squared Enterprises
(re-launching January 1, 2010)
Open source consulting, training,and implementation
(we specialize in Python based frameworks and cms)

On Tue, Dec 22, 2009 at 5:58 PM, diogobaeder  wrote:

> +1 for WebFaction, too. Best hosting service I've ever hosted into.
>
> Diogo
>
>
>
> On 22 dez, 16:59, yummy_droid  wrote:
> > Hi,
> >
> > Has anyone had good experiences with hosting companies that I can use
> > for production django apps, with backups, etc.?
> >
> > I would also want to add some extensions etc. as well (e.g.
> > matplotlib, reportlab, etc.).
> >
> > Anyone use godaddy?
> >
> > Thanks.
>
> --
>
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>
>

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Hosting for django?

2009-12-24 Thread JeffH
Tried DreamHost, which is OK for shared static sites; fuggetaboutit
vis a vis Django. I've been using http://www.valcatohosting.com/. They
have some good getting started docs and excellent support. Good for
low volume shared hosting. For a large upcoming project, I'm looking
at either Linode or SliceHost, unless a dark horse shows up.

On Dec 22, 1:59 pm, yummy_droid  wrote:
> Hi,
>
> Has anyone had good experiences with hosting companies that I can use
> for production django apps, with backups, etc.?
>
> I would also want to add some extensions etc. as well (e.g.
> matplotlib, reportlab, etc.).
>
> Anyone use godaddy?
>
> Thanks.

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Hosting for django?

2009-12-24 Thread Joe
What about www.librehosting.com?


On Dec 24, 2009, at 2:26 PM, JeffH wrote:

> Tried DreamHost, which is OK for shared static sites; fuggetaboutit
> vis a vis Django. I've been using http://www.valcatohosting.com/. They
> have some good getting started docs and excellent support. Good for
> low volume shared hosting. For a large upcoming project, I'm looking
> at either Linode or SliceHost, unless a dark horse shows up.
>
> On Dec 22, 1:59 pm, yummy_droid  wrote:
>> Hi,
>>
>> Has anyone had good experiences with hosting companies that I can use
>> for production django apps, with backups, etc.?
>>
>> I would also want to add some extensions etc. as well (e.g.
>> matplotlib, reportlab, etc.).
>>
>> Anyone use godaddy?
>>
>> Thanks.
>
> --
>
> You received this message because you are subscribed to the Google  
> Groups "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com 
> .
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en 
> .
>
>

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Re: Hosting for django?

2009-12-24 Thread Joseph Wolff
Sorry about the multiple posts, my new Macbook (I'm just setting it up -
I'm normally a Linux desktop person :) has a different email than I had
used to register with the django-users group, and I kept getting
undelivered-mail rejections from Google - I didn't realize it posted
anyway - sorry.

Joe


Joe wrote:
> What about www.librehosting.com?
> 
> 
> On Dec 24, 2009, at 2:26 PM, JeffH wrote:
> 
>> Tried DreamHost, which is OK for shared static sites; fuggetaboutit
>> vis a vis Django. I've been using http://www.valcatohosting.com/. They
>> have some good getting started docs and excellent support. Good for
>> low volume shared hosting. For a large upcoming project, I'm looking
>> at either Linode or SliceHost, unless a dark horse shows up.
>>
>> On Dec 22, 1:59 pm, yummy_droid  wrote:
>>> Hi,
>>>
>>> Has anyone had good experiences with hosting companies that I can use
>>> for production django apps, with backups, etc.?
>>>
>>> I would also want to add some extensions etc. as well (e.g.
>>> matplotlib, reportlab, etc.).
>>>
>>> Anyone use godaddy?
>>>
>>> Thanks.
>>
>> -- 
>>
>> You received this message because you are subscribed to the Google
>> Groups "Django users" group.
>> To post to this group, send email to django-us...@googlegroups.com.
>> To unsubscribe from this group, send email to
>> django-users+unsubscr...@googlegroups.com.
>> For more options, visit this group at
>> http://groups.google.com/group/django-users?hl=en.
>>
>>
> 

--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.




Hosting for Django sites

2010-04-03 Thread django_jedi
Hi Folks,

I'm wondering what people would recommend for hosting Django sites?
I've read the blog posts; I'm wondering what the latest word on the
street would be.  We're talking about hosting multiple Django/Satchmo
installs, possibly w/dedicated/managed servers.

Among the leading contenders so far:

- Webfaction
- Media Temple
- Rackspace Cloud/Slicehost

Thoughts?

TIA.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Hosting for Django

2007-06-15 Thread Christian M Hoeppner

> Christian,
>
> I would think that the 'best way' is whatever suits you. If you're
> used to mod_python/mysql/apache, then use those. If you're more
> comfortable with a tinyhttpd/fcgi setup then use that.
>
> You'll find links on how to use these two setups on the main django
> site:
>
> http://www.djangoproject.com/documentation/modpython/
> http://www.djangoproject.com/documentation/fastcgi/
>
> If you've used neither then I would suggest trying the mod_python/
> apache route as you can then server the django app and the media all
> from the same place (if you want to).
>
> Hope that is of some help.
>
> Thanks,
>
> David

Hi David.

First, thanks for the reply.

I must note that I've been running on apache/mod_python for some time now, and 
it's pretty nice. I have not tested a fcgi setup yet, but I'm trying to find 
the time.

However, what I'm aiming to do is to build a documentation repository about 
running one's own webserver for django.

Sincerely,
Chris Hoeppner
www.pixware.org

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Hosting for Django

2007-06-15 Thread David Reynolds

Christian,

I would think that the 'best way' is whatever suits you. If you're  
used to mod_python/mysql/apache, then use those. If you're more  
comfortable with a tinyhttpd/fcgi setup then use that.


You'll find links on how to use these two setups on the main django  
site:


http://www.djangoproject.com/documentation/modpython/
http://www.djangoproject.com/documentation/fastcgi/

If you've used neither then I would suggest trying the mod_python/ 
apache route as you can then server the django app and the media all  
from the same place (if you want to).


Hope that is of some help.

Thanks,

David


On 15 Jun 2007, at 11:53 am, Christian M Hoeppner wrote:



Hi there!

This is a message for all those that have been successful in  
deploying django.
It is not that I find myself unable to get a django project to show  
up in a
web browser, but I'm wondering about "best practises", "the right  
way", and

all that stuff.

It's been hard to find a hosting provider giving a django-capable  
hosting

solution at an affordable price, and I have found myself paying for a
dedicated just for this matter. Also, (mt) is working on a django- 
container.
But I was disappointed the minute I knew they'd be running it off  
lighttpd +
fcgi. They're working closely together with the two guys who made  
django, so

I wonder what they'd be telling them about "the right way".

I have started a quest to gather all relevant information about django
deployment, since I have found many lagoons in what I have found,  
including
the django book's chapter "deploying django". They're talking about  
server
farms and load balancing, but not a single side note is thrown  
about what
some not-so-guru-like person might be wondering about when first  
deploying a

django app.

I can understand that you might think that apache and postgresql  
matters are
out of scope. Maybe. But I don't think so. For the sake of  
completeness and
comprehensiveness, I'll be seeking and throwing together whatever I  
might

find usefull for all those django-noobs out there.

Anyone up to help gathering? I might need some help :-)

Sincerely,
Chris Hoeppner
www.pixware.org

--~--~-~--~~~---~--~~
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- 
[EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/ 
group/django-users?hl=en

-~--~~~~--~~--~--~---



--
David Reynolds
[EMAIL PROTECTED]




smime.p7s
Description: S/MIME cryptographic signature


Re: Hosting for Django

2007-06-15 Thread arthur debert

Hi Christian.

I've tried a few hosting setups in the paste year with various degrees
of success too. I've never been able to get a good, stable fcgi setup
myself.

In the end I've settle of webfaction. They have a very good setup with
you own apache instance + mod_python, and it's very affordable. Great
support as well.

If you need more control, meaning root access, a VPS will probably be
your best bet.

 Also, (mt) is working on a django-container.
> But I was disappointed the minute I knew they'd be running it off lighttpd +
> fcgi. They're working closely together with the two guys who made django, so
> I wonder what they'd be telling them about "the right way".
I am curious to see what Media Temple will come up with as well.

Cheers.
Arthur



On Jun 15, 7:53 am, Christian M Hoeppner <[EMAIL PROTECTED]> wrote:
> Hi there!
>
> This is a message for all those that have been successful in deploying django.
> It is not that I find myself unable to get a django project to show up in a
> web browser, but I'm wondering about "best practises", "the right way", and
> all that stuff.
>
> It's been hard to find a hosting provider giving a django-capable hosting
> solution at an affordable price, and I have found myself paying for a
> dedicated just for this matter.
>
> I have started a quest to gather all relevant information about django
> deployment, since I have found many lagoons in what I have found, including
> the django book's chapter "deploying django". They're talking about server
> farms and load balancing, but not a single side note is thrown about what
> some not-so-guru-like person might be wondering about when first deploying a
> django app.
>
> I can understand that you might think that apache and postgresql matters are
> out of scope. Maybe. But I don't think so. For the sake of completeness and
> comprehensiveness, I'll be seeking and throwing together whatever I might
> find usefull for all those django-noobs out there.
>
> Anyone up to help gathering? I might need some help :-)
>
> Sincerely,
> Chris Hoeppnerwww.pixware.org


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Hosting for Django

2007-06-15 Thread Jay Parlar

On 6/15/07, arthur debert <[EMAIL PROTECTED]> wrote:
> In the end I've settle of webfaction. They have a very good setup with
> you own apache instance + mod_python, and it's very affordable. Great
> support as well.

I'll second that. I recently deployed a customer site on Webfaction,
and the experience has been pretty great. Their service really is
fantastic (especially their Django forum, which is one of their most
active forums).

Jay P.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Fast hosting for Django

2006-09-24 Thread iain duncan

I know this has been asked many times, but as new hosting solutions pop
up continually, just wanted to check on recommendations for good fast
shared hosting that is Django friendly and reliable for business
clients.

Thanks
Iain


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Hosting for Django sites

2010-04-03 Thread Ray Cote
We have experience with Webfaction, Slicehost, and Linode. 
Webfaction has excellent Django support, ability to generate basic app layouts, 
etc. 
Shell access (which is always important to us). 

Slicehost and Linode are excellent Django-serving platforms, but then again 
they are excellent general serving platforms. You're on your own with 
install/configuration. But you get more fine-tuned control than with 
WebFaction. 

--Ray

- Original Message -
From: "django_jedi" 
To: "Django users" 
Sent: Saturday, April 3, 2010 10:39:41 AM GMT -05:00 US/Canada Eastern
Subject: Hosting for Django sites

Hi Folks,

I'm wondering what people would recommend for hosting Django sites?
I've read the blog posts; I'm wondering what the latest word on the
street would be.  We're talking about hosting multiple Django/Satchmo
installs, possibly w/dedicated/managed servers.

Among the leading contenders so far:

- Webfaction
- Media Temple
- Rackspace Cloud/Slicehost

Thoughts?

TIA.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


-- 
Ray Cote, President
Appropriate Solutions, Inc.
We Build Software
603.924.6079

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Hosting for Django sites

2010-04-03 Thread Tim Shaffer
+1 for Webfaction

Their hosting plans are great, and the customer service is absolutely
amazing. I'm just on a shared plan, but usually get a response to
tickets within an hour or so. Top notch.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Hosting for Django sites

2010-04-03 Thread Anand Agarwal
We have been Rackspace for our product. We are very satisfied with their
service.
Customer support is fabulous.

BootStrapToday 
www.bootstraptoday.com

On Sat, Apr 3, 2010 at 8:09 PM, django_jedi  wrote:

> Hi Folks,
>
> I'm wondering what people would recommend for hosting Django sites?
> I've read the blog posts; I'm wondering what the latest word on the
> street would be.  We're talking about hosting multiple Django/Satchmo
> installs, possibly w/dedicated/managed servers.
>
> Among the leading contenders so far:
>
> - Webfaction
> - Media Temple
> - Rackspace Cloud/Slicehost
>
> Thoughts?
>
> TIA.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Hosting for Django sites

2010-04-03 Thread Shawn Milochik
+1 for Webfaction also. 

I've only had to use customer service once and they were unhelpful, but the way 
the hosting site is set up make it trivial to create new Django apps, 
subdomains, and static sites for media URLs.
For slightly less than I used to pay for fairly simplistic hosting that 
couldn't do much more than run PHP I'm getting everything I need.

Shawn


On Apr 3, 2010, at 2:15 PM, Tim Shaffer wrote:

> +1 for Webfaction
> 
> Their hosting plans are great, and the customer service is absolutely
> amazing. I'm just on a shared plan, but usually get a response to
> tickets within an hour or so. Top notch.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Hosting for Django sites

2010-04-03 Thread django_jedi
Thanks guys.  Very helpful.  Confirming my research.  We've been using
Webfaction for a couple of sites to test drive them, and they come
through w/flying colors.

The only thing I'd like to see from them is 24/7 phone support (hey,
I'm not asking for much, am I? ;-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Hosting for Django sites

2010-04-03 Thread shofty
+1 for webfaction.

this is a +1 from a proper noob. they were very helpful to me when i
was struggling my way through my first django site, so if you're on a
real steep learning curve, they will help you out.

im not so sure for the 24/7 phone support, i raised an issue with them
on twitter once and they sorted it there and then. plus im uk based so
phone wouldn't really help.

Matt

On Apr 3, 9:47 pm, django_jedi  wrote:
> Thanks guys.  Very helpful.  Confirming my research.  We've been using
> Webfaction for a couple of sites to test drive them, and they come
> through w/flying colors.
>
> The only thing I'd like to see from them is 24/7 phone support (hey,
> I'm not asking for much, am I? ;-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Hosting for Django sites

2010-04-04 Thread Justin Myers
I'm a fan of Webfaction's shared plans, and I've used them for three
or four projects now. I've had no problems with their support, and
they even did a pretty good job keeping everyone informed when they
were affected by that big explosion at The Planet's datacenter a
couple of years ago (http://tech.slashdot.org/article.pl?
sid=08/06/01/1715247). That said, even though their servers are
physically in the US, my credit card bill shows that they're in the
UK--so I end up with the fun foreign transaction surcharge every time
Webfaction bills me.

I've also spent the last few months on a Rackspace Cloud server for a
project, and I've got no complaints. Setting it up and getting
everything configured were more involved, of course, but that's to be
expected (as Ray said).

As Shawn mentioned earlier, Webfaction's control panel makes it easy
to set up subdomains and media URLs (so much easier to me than mucking
around in httpd.conf and the like), and I like the backup features in
Rackspace's control panel. Overall, I'd say you can't go wrong with
either, honestly.

HTH,
Justin

On Apr 3, 5:35 pm, shofty  wrote:
> +1 for webfaction.
>
> this is a +1 from a proper noob. they were very helpful to me when i
> was struggling my way through my first django site, so if you're on a
> real steep learning curve, they will help you out.
>
> im not so sure for the 24/7 phone support, i raised an issue with them
> on twitter once and they sorted it there and then. plus im uk based so
> phone wouldn't really help.
>
> Matt
>
> On Apr 3, 9:47 pm, django_jedi  wrote:
>
> > Thanks guys.  Very helpful.  Confirming my research.  We've been using
> > Webfaction for a couple of sites to test drive them, and they come
> > through w/flying colors.
>
> > The only thing I'd like to see from them is 24/7 phone support (hey,
> > I'm not asking for much, am I? ;-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Hosting for Django sites

2010-04-04 Thread Nick Lacey
Matt wrote:

>  plus im uk based so  phone wouldn't really help.

Speaking of being UK based .. for the project all I'm working on,
*all* the users will be in the UK, so I'm not sure about performance
issues caused by servers in the US.

Do I need to worry about the host not being based in Europe? If so,
could anyone recommend a Europe based host?

Many thanks,

Nick

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Hosting for Django sites

2010-04-04 Thread Michael
On Mon, Apr 5, 2010 at 12:33 PM, Nick Lacey  wrote:
> Matt wrote:
>
>>  plus im uk based so  phone wouldn't really help.
>
> Speaking of being UK based .. for the project all I'm working on,
> *all* the users will be in the UK, so I'm not sure about performance
> issues caused by servers in the US.
>
> Do I need to worry about the host not being based in Europe? If so,
> could anyone recommend a Europe based host?
>
> Many thanks,
>
> Nick
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>

http://djangodomain.com has hosting in Europe.


-- 
--
Michael

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Hosting for Django sites

2010-04-05 Thread Vasil Vangelovski
I've nothing but positive impressions from Slicehost so far.

- All their VPS plans (slices) work pretty fast and each is mostly
limited by the amount of memory you need and are prepared to pay for.
- Resizing a slice (changing a plan) is painless and fast.
- You are the master of your own slice, no stupid management panels,
you choose what you want to install there from the ground up.
- They offer pretty up to date linux distros to choose from.



On Sat, Apr 3, 2010 at 4:39 PM, django_jedi  wrote:
> Hi Folks,
>
> I'm wondering what people would recommend for hosting Django sites?
> I've read the blog posts; I'm wondering what the latest word on the
> street would be.  We're talking about hosting multiple Django/Satchmo
> installs, possibly w/dedicated/managed servers.
>
> Among the leading contenders so far:
>
> - Webfaction
> - Media Temple
> - Rackspace Cloud/Slicehost
>
> Thoughts?
>
> TIA.
>
> --
> You received this message because you are subscribed to the Google Groups 
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to 
> django-users+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Hosting for Django sites

2010-04-05 Thread JeffH
Valcato.com offers shared and dedicated hosting, including good Django
support. I've got two Django sites with them now. Home office is in
UK. --Jeff

On Apr 4, 8:33 pm, Nick Lacey  wrote:
> Matt wrote:
> >  plus im uk based so  phone wouldn't really help.
>
> Speaking of being UK based .. for the project all I'm working on,
> *all* the users will be in the UK, so I'm not sure about performance
> issues caused by servers in the US.
>
> Do I need to worry about the host not being based in Europe? If so,
> could anyone recommend a Europe based host?
>
> Many thanks,
>
> Nick

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Hosting for Django sites

2010-04-05 Thread django_jedi
Thanks to all!  Very helpful.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: Hosting for Django sites

2010-04-06 Thread Subramanyam
Hi

Did you use memcache in deployment in the shared plans

Regards
Subramanyam


On Sun, Apr 4, 2010 at 9:54 PM, Justin Myers  wrote:

> I'm a fan of Webfaction's shared plans, and I've used them for three
> or four projects now. I've had no problems with their support, and
> they even did a pretty good job keeping everyone informed when they
> were affected by that big explosion at The Planet's datacenter a
> couple of years ago (http://tech.slashdot.org/article.pl?
> sid=08/06/01/1715247). That said, even though their servers are
> physically in the US, my credit card bill shows that they're in the
> UK--so I end up with the fun foreign transaction surcharge every time
> Webfaction bills me.
>
> I've also spent the last few months on a Rackspace Cloud server for a
> project, and I've got no complaints. Setting it up and getting
> everything configured were more involved, of course, but that's to be
> expected (as Ray said).
>
> As Shawn mentioned earlier, Webfaction's control panel makes it easy
> to set up subdomains and media URLs (so much easier to me than mucking
> around in httpd.conf and the like), and I like the backup features in
> Rackspace's control panel. Overall, I'd say you can't go wrong with
> either, honestly.
>
> HTH,
> Justin
>
> On Apr 3, 5:35 pm, shofty  wrote:
> > +1 for webfaction.
> >
> > this is a +1 from a proper noob. they were very helpful to me when i
> > was struggling my way through my first django site, so if you're on a
> > real steep learning curve, they will help you out.
> >
> > im not so sure for the 24/7 phone support, i raised an issue with them
> > on twitter once and they sorted it there and then. plus im uk based so
> > phone wouldn't really help.
> >
> > Matt
> >
> > On Apr 3, 9:47 pm, django_jedi  wrote:
> >
> > > Thanks guys.  Very helpful.  Confirming my research.  We've been using
> > > Webfaction for a couple of sites to test drive them, and they come
> > > through w/flying colors.
> >
> > > The only thing I'd like to see from them is 24/7 phone support (hey,
> > > I'm not asking for much, am I? ;-)
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To post to this group, send email to django-us...@googlegroups.com.
> To unsubscribe from this group, send email to
> django-users+unsubscr...@googlegroups.com
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Need dedicated hosting for Django

2007-04-17 Thread Nik Kantar

Hey guys,

My company might be in need of a dedicated server, preferably managed, 
to use as a production server for Django (and non-Django) websites.

I'm mainly interested in companies you've personally had experience 
with, though any advice is appreciated.

Thanks.

-- 
Nik Kantar
Web Engineer
MIPS Computation
[EMAIL PROTECTED]
7964-C Arjons Drive
San Diego, Ca 92126-4392
tel +1 858/530.0400 x24
fax +1 858/530.2226



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Fast hosting for Django

2006-09-24 Thread Jay Parlar

On 9/24/06, iain duncan <[EMAIL PROTECTED]> wrote:
>
> I know this has been asked many times, but as new hosting solutions pop
> up continually, just wanted to check on recommendations for good fast
> shared hosting that is Django friendly and reliable for business
> clients.

I've had a lot of success with Dreamhost, but some others haven't. I
just followed Jeff Croft's guide, and it's worked perfectly. I've set
up two seperate Dreamhost accounts with Django, both are working
great.

I've also heard nothing but good reviews about webfaction.com
(formerly python-hosting.com), and they even natively support Django
(whereas you have to "do it yourself" with Dreamhost).

Jay P.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Fast hosting for Django

2006-09-24 Thread David Sissitka
I am a WebFaction customer, definitely not a bad company. A few thoughts about WebFaction:1) It's a one man show, at least, support is. Support ticket response times are anywhere from three hours to a day and a half.
2) The control panel may be appealing but it is definitely flawed. It supports Firefox and Internet Explorer, but things are pretty slow with Opera. Their long running process monitoring (You're allowed one long running process at $14.50 USD a month.) is pretty bad as well, stopping and restarting your Apache instance leaves orphaned processes that you cannot monitor or kill off yourself.
 Other then that, it's not to bad. If I were in your position I would definitely pick up a VPS though, for $5.49 more you could join KnownHost or Rimuhosting.On 9/24/06, 
Jay Parlar <[EMAIL PROTECTED]> wrote:
On 9/24/06, iain duncan <[EMAIL PROTECTED]> wrote:>> I know this has been asked many times, but as new hosting solutions pop> up continually, just wanted to check on recommendations for good fast
> shared hosting that is Django friendly and reliable for business> clients.I've had a lot of success with Dreamhost, but some others haven't. Ijust followed Jeff Croft's guide, and it's worked perfectly. I've set
up two seperate Dreamhost accounts with Django, both are workinggreat.I've also heard nothing but good reviews about webfaction.com(formerly 
python-hosting.com), and they even natively support Django(whereas you have to "do it yourself" with Dreamhost).Jay P.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/django-users  -~--~~~~--~~--~--~---


Re: Fast hosting for Django

2006-09-24 Thread Gabriel Puliatti

On 9/24/06, iain duncan <[EMAIL PROTECTED]> wrote:
> I know this has been asked many times, but as new hosting solutions pop
> up continually, just wanted to check on recommendations for good fast
> shared hosting that is Django friendly and reliable for business
> clients.

http://code.djangoproject.com/wiki/DjangoFriendlyWebHosts

A list on the wiki of the Django-capable webhosts. There are even two
hosts which cater directly to Django users.


-- 
No violence, gentlemen -- no violence, I beg of you!  Consider the furniture!
-- Sherlock Holmes

Gabriel Puliatti
[EMAIL PROTECTED]
predius.org

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Fast hosting for Django

2006-09-24 Thread iain duncan

On Sun, 2006-24-09 at 23:18 -0400, David Sissitka wrote:
> I am a WebFaction customer, definitely not a bad company. A few
> thoughts about WebFaction:
> 
> 1) It's a one man show, at least, support is. Support ticket response
> times are anywhere from three hours to a day and a half. 
> 2) The control panel may be appealing but it is definitely flawed. It
> supports Firefox and Internet Explorer, but things are pretty slow
> with Opera. Their long running process monitoring (You're allowed one
> long running process at $14.50 USD a month.) is pretty bad as well,
> stopping and restarting your Apache instance leaves orphaned processes
> that you cannot monitor or kill off yourself. 
> 
> Other then that, it's not to bad. If I were in your position I would
> definitely pick up a VPS though, for $5.49 more you could join
> KnownHost or Rimuhosting.

If you are using a VPS, do you need to know that they support
mod_python, or do they allow you to install modules for your virtual
server?

Thanks
Iain
> 


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Fast hosting for Django

2006-09-25 Thread David Sissitka
With a VPS you could install mod_python, either building Apache with it or by loading it dynamically. For more information, see the documentation:
http://www.modpython.org/live/current/doc-html/installation.htmlI know for a fact that KnownHost would help you get things up and running if you're not comfortable with administering your own server. Hope it helps.
On 9/25/06, iain duncan <[EMAIL PROTECTED]> wrote:
On Sun, 2006-24-09 at 23:18 -0400, David Sissitka wrote:> I am a WebFaction customer, definitely not a bad company. A few> thoughts about WebFaction:>> 1) It's a one man show, at least, support is. Support ticket response
> times are anywhere from three hours to a day and a half.> 2) The control panel may be appealing but it is definitely flawed. It> supports Firefox and Internet Explorer, but things are pretty slow
> with Opera. Their long running process monitoring (You're allowed one> long running process at $14.50 USD a month.) is pretty bad as well,> stopping and restarting your Apache instance leaves orphaned processes
> that you cannot monitor or kill off yourself.>> Other then that, it's not to bad. If I were in your position I would> definitely pick up a VPS though, for $5.49 more you could join> KnownHost or Rimuhosting.
If you are using a VPS, do you need to know that they supportmod_python, or do they allow you to install modules for your virtualserver?ThanksIain>
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/django-users  -~--~~~~--~~--~--~---


Re: Fast hosting for Django

2006-09-25 Thread iain duncan

On Mon, 2006-25-09 at 03:01 -0400, David Sissitka wrote:
> With a VPS you could install mod_python, either building Apache with it or by 
> loading it dynamically. For more information, see the documentation:
> 
> http://www.modpython.org/live/current/doc-html/installation.html
> 
> I know for a fact that KnownHost would help you get things up and
> running if you're not comfortable with administering your own server.
> Hope it helps. 

Any thoughts on SliceHost? Seems like a nice way to go if I'm the
developer and the deployer.

Iain



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Fast hosting for Django

2006-09-25 Thread Guest007

÷ ÓÏÏÂÝÅÎÉÉ ÏÔ 25 ÓÅÎÔÑÂÒÑ 2006 02:20 iain duncan ÎÁÐÉÓÁÌ(a):
> I know this has been asked many times, but as new hosting solutions pop
> up continually, just wanted to check on recommendations for good fast
> shared hosting that is Django friendly and reliable for business
> clients.
How about djangodomain.com ?

-- 
WBR Guest007
JID: [EMAIL PROTECTED]

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Fast hosting for Django

2006-09-25 Thread Remi

Just a few comments about WebFaction.

> I am a WebFaction customer, definitely not a bad company. A few thoughts
> about WebFaction:
>
> 1) It's a one man show, at least, support is.

WebFaction started with just 3 people but we're growing quite rapidly
right now so expect to see more people soon :)

> Support ticket response times
> are anywhere from three hours to a day and a half.

We aim to respond within a few minutes or hours (depending on how
urgent the ticket is), and always within 24 hours. If a ticket took a
day and a half to get answered it was a mistake on our part and should
never happen.

> 2) The control panel may be appealing but it is definitely flawed. It
> supports Firefox and Internet Explorer, but things are pretty slow with
> Opera. Their long running process monitoring (You're allowed one long
> running process at $14.50 USD a month.) is pretty bad as well, stopping and
> restarting your Apache instance leaves orphaned processes that you
> cannot monitor or kill off yourself.

I think you're talking about our control panel not killing the
processes for you when you delete an application from the control
panel, I just fixed that bug today :)

A couple more things:
I can't tell for sure but I'd say that we're probably one of the hosts
with the most Django sites right now (we host more than 200 of them).
By gaining some experience from all these sites we've been able to
eliminate pretty much all problems (like the libexpat version mismatch
that was causing Apache to crash sometimes) and fine tune our setup.
I think that we now have one of the best setup for shared hosting: we
give each site their own Apache2/mod_python instance proxied behind our
main Apache server. This gives them maximum flexibility to start/stop
their Apache server on their own and edit their httpd.conf file as they
want.
But we also configure our main Apache server to serve static data
(images, stylesheets, ...) directly, for maximum speed (this frees each
site's Apache2/mod_python instance from having to serve all those
little requests).

Remi.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Re: Fast hosting for Django

2006-09-25 Thread David Sissitka
In case anyone is wondering, that is Remi from WebFaction, and that's also why I am a WebFaction customer. :)On 9/25/06, Remi <
[EMAIL PROTECTED]> wrote:
Just a few comments about WebFaction.> I am a WebFaction customer, definitely not a bad company. A few thoughts> about WebFaction:>> 1) It's a one man show, at least, support is.
WebFaction started with just 3 people but we're growing quite rapidlyright now so expect to see more people soon :)> Support ticket response times> are anywhere from three hours to a day and a half.
We aim to respond within a few minutes or hours (depending on howurgent the ticket is), and always within 24 hours. If a ticket took aday and a half to get answered it was a mistake on our part and shouldnever happen.
> 2) The control panel may be appealing but it is definitely flawed. It> supports Firefox and Internet Explorer, but things are pretty slow with> Opera. Their long running process monitoring (You're allowed one long
> running process at $14.50 USD a month.) is pretty bad as well, stopping and> restarting your Apache instance leaves orphaned processes that you> cannot monitor or kill off yourself.I think you're talking about our control panel not killing the
processes for you when you delete an application from the controlpanel, I just fixed that bug today :)A couple more things:I can't tell for sure but I'd say that we're probably one of the hostswith the most Django sites right now (we host more than 200 of them).
By gaining some experience from all these sites we've been able toeliminate pretty much all problems (like the libexpat version mismatchthat was causing Apache to crash sometimes) and fine tune our setup.I think that we now have one of the best setup for shared hosting: we
give each site their own Apache2/mod_python instance proxied behind ourmain Apache server. This gives them maximum flexibility to start/stoptheir Apache server on their own and edit their httpd.conf file as they
want.But we also configure our main Apache server to serve static data(images, stylesheets, ...) directly, for maximum speed (this frees eachsite's Apache2/mod_python instance from having to serve all those
little requests).Remi.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]  For more options, visit this group at http://groups.google.com/group/django-users  -~--~~~~--~~--~--~---


Re: Fast hosting for Django

2006-09-25 Thread ian

David Sissitka wrote:
> In case anyone is wondering, that is Remi from WebFaction, and that's 
> also why I am a WebFaction customer. :)
>
> On 9/25/06, *Remi* < [EMAIL PROTECTED] > wrote:
>
>
> Just a few comments about WebFaction.
>
> > I am a WebFaction customer, definitely not a bad company. A few
> thoughts
> > about WebFaction:
> >
> > 1) It's a one man show, at least, support is.
>
> WebFaction started with just 3 people but we're growing quite rapidly
> right now so expect to see more people soon :)
>
> > Support ticket response times
> > are anywhere from three hours to a day and a half.
>
> We aim to respond within a few minutes or hours (depending on how
> urgent the ticket is), and always within 24 hours. If a ticket took a
> day and a half to get answered it was a mistake on our part and should
> never happen.
>
> > 2) The control panel may be appealing but it is definitely
> flawed. It
> > supports Firefox and Internet Explorer, but things are pretty
> slow with
> > Opera. Their long running process monitoring (You're allowed one
> long
> > running process at $14.50 USD a month.) is pretty bad as well,
> stopping and
> > restarting your Apache instance leaves orphaned processes that you
> > cannot monitor or kill off yourself.
>
> I think you're talking about our control panel not killing the
> processes for you when you delete an application from the control
> panel, I just fixed that bug today :)
>
> A couple more things:
> I can't tell for sure but I'd say that we're probably one of the hosts
> with the most Django sites right now (we host more than 200 of them).
> By gaining some experience from all these sites we've been able to
> eliminate pretty much all problems (like the libexpat version mismatch
> that was causing Apache to crash sometimes) and fine tune our setup.
> I think that we now have one of the best setup for shared hosting: we
> give each site their own Apache2/mod_python instance proxied
> behind our
> main Apache server. This gives them maximum flexibility to start/stop
> their Apache server on their own and edit their httpd.conf file as
> they
> want.
> But we also configure our main Apache server to serve static data
> (images, stylesheets, ...) directly, for maximum speed (this frees
> each
> site's Apache2/mod_python instance from having to serve all those
> little requests).
>
> Remi.
>
>
>
>
> >
Mmm...i am thinking about parting with some hard earned too
[]'s


-- 
Ian Lawrence
Centre for Bioinformatics
INSTITUTO NACIONAL DE PESQUISAS DA AMAZÔNIA – INPA
RUA ANDRÉ ARAÚJO N º .2936 – BAIRRO DO ALEIXO
MANAUS-AMAZONAS-BRAZIL
PPBio – Research Program in Biodiversity
http://ppbio.inpa.gov.br
PHONE: 055-92-3643-3358
CEP. 69011 -970

| Please do not send me documents in a closed
| format.(*.doc,*.xls,*.ppt)
| Use the open alternatives. (*.pdf,*.html,*.txt)
http://www.gnu.org/philosophy/no-word-attachments.html

"We are all in the gutter, but some of us are looking at the stars."


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~--~~~~--~~--~--~---



Best hosting for Django Application?

2020-05-05 Thread Sherif Adigun
I am planning to launch my first major Django application on a live server 
for production. Could you please suggest hosting service that is reliable 
and considerably cheap?

I have used Heroku but not for a serious or client project. 

Please tell me your experience and advise. 

Thank you

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4ab11f17-77cd-4772-ab78-fc4619bb3978%40googlegroups.com.


Re: Need dedicated hosting for Django

2007-04-17 Thread Nicola Larosa

Nik Kantar wrote:
> My company might be in need of a dedicated server, preferably managed, 
> to use as a production server for Django (and non-Django) websites.
> 
> I'm mainly interested in companies you've personally had experience 
> with, though any advice is appreciated.

If a non-managed, virtual server is enough, you may consider SliceHost
(Xen-based) and Linode (UML-based). The first one is used, and raved about,
by a person I trust (hi, dialtone!).


-- 
Nicola Larosa - [EMAIL PROTECTED]

Come with me now to see my world, where there's beauty beyond your dreams
Can you feel the things I feel, right now, with you
Take my hand, there's a world I need to know
 -- Phil Collins, Strangers Like Me, Tarzan soundtrack, 1999


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Need dedicated hosting for Django

2007-04-17 Thread Ian Lawrence

Hi,
I use webfaction: www.webfaction.com and their level of service and
technical ability is the best I have found. Their web panel makes
hosting for 'web developers' very simple. Highly recommended.
[]'s
Ian

On 4/17/07, Nik Kantar <[EMAIL PROTECTED]> wrote:
>
> Hey guys,
>
> My company might be in need of a dedicated server, preferably managed,
> to use as a production server for Django (and non-Django) websites.
>
> I'm mainly interested in companies you've personally had experience
> with, though any advice is appreciated.
>
> Thanks.
>
> --
> Nik Kantar
> Web Engineer
> MIPS Computation
> [EMAIL PROTECTED]
> 7964-C Arjons Drive
> San Diego, Ca 92126-4392
> tel +1 858/530.0400 x24
> fax +1 858/530.2226
>
>
>
> >
>


-- 
"The energy that reaches earth from sunlight in one hour is more than
that used by all human activities in one year".

http://ianlawrence.info

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Need dedicated hosting for Django

2007-04-17 Thread Adam Fast
I'll second SliceHost if 100% dedicated isn't a requirement for you.

On 4/17/07, Nicola Larosa <[EMAIL PROTECTED]> wrote:
>
>
> Nik Kantar wrote:
> > My company might be in need of a dedicated server, preferably managed,
> > to use as a production server for Django (and non-Django) websites.
> >
> > I'm mainly interested in companies you've personally had experience
> > with, though any advice is appreciated.
>
> If a non-managed, virtual server is enough, you may consider SliceHost
> (Xen-based) and Linode (UML-based). The first one is used, and raved
> about,
> by a person I trust (hi, dialtone!).
>
>
> --
> Nicola Larosa - [EMAIL PROTECTED]
>
> Come with me now to see my world, where there's beauty beyond your dreams
> Can you feel the things I feel, right now, with you
> Take my hand, there's a world I need to know
> -- Phil Collins, Strangers Like Me, Tarzan soundtrack, 1999
>
>
> >
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Need dedicated hosting for Django

2007-04-17 Thread David Zhou

On Apr 17, 2007, at 3:20 PM, Adam Fast wrote:

> I'll second SliceHost if 100% dedicated isn't a requirement for you.
>
> On 4/17/07, Nicola Larosa <[EMAIL PROTECTED] > wrote:
> Nik Kantar wrote:
> > My company might be in need of a dedicated server, preferably  
> managed,
> > to use as a production server for Django (and non-Django) websites.
> >
> > I'm mainly interested in companies you've personally had experience
> > with, though any advice is appreciated.
>
> If a non-managed, virtual server is enough, you may consider SliceHost
> (Xen-based) and Linode (UML-based). The first one is used, and  
> raved about,
> by a person I trust (hi, dialtone!).

I like RimuHosting, and would happily recommend it to anyone.


---
David Zhou
[EMAIL PROTECTED]




--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Need dedicated hosting for Django

2007-04-17 Thread Michael Trier

> I like RimuHosting, and would happily recommend it to anyone.
>

+1 RimuHosting is awesome and you can get managed server plans.

Michael

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Need dedicated hosting for Django

2007-04-17 Thread Kenneth Gonsalves


On 17-Apr-07, at 11:20 PM, Nik Kantar wrote:

> I'm mainly interested in companies you've personally had experience
> with, though any advice is appreciated.

hetzner.de - note i am not employed by them nor do i get a commission  
from them, but they are reliable - only problem is that some  
knowledge of german is required

-- 

regards
kg
http://lawgon.livejournal.com
http://nrcfosshelpline.in/web/



--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Need dedicated hosting for Django

2007-04-17 Thread Brian Luft

I just grabbed a WebFaction account based on previous recommendations
and though its only been a few days I've been well pleased with what
they offer.  The control panel is very slick and they make it
ridiculously easy to set up an environment with your web framework of
choice (Django of course ;)) and other useful pieces like Trac, SVN,
Wordpress, Drupal/Joomla.  They also provide DNS and easy mailbox
setup.  My plan is the low level shared hosting plan so I can't
comment on the dedicated plans but for a shared plan you get a lot of
flexibility and control.

On Apr 17, 6:08 pm, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote:
> On 17-Apr-07, at 11:20 PM, Nik Kantar wrote:
>
> > I'm mainly interested in companies you've personally had experience
> > with, though any advice is appreciated.
>
> hetzner.de - note i am not employed by them nor do i get a commission
> from them, but they are reliable - only problem is that some
> knowledge of german is required
>
> --
>
> regards
> kghttp://lawgon.livejournal.comhttp://nrcfosshelpline.in/web/


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~--~~~~--~~--~--~---



Re: Best hosting for Django Application?

2020-05-05 Thread JEGATHEESWARAN SUNDARAVADIVEL
You can check pythonanywhere hosting

Thanks and regards
Jegatheeswaran

On Tue, 5 May 2020 at 23:03, Sherif Adigun  wrote:

> I am planning to launch my first major Django application on a live server
> for production. Could you please suggest hosting service that is reliable
> and considerably cheap?
>
> I have used Heroku but not for a serious or client project.
>
> Please tell me your experience and advise.
>
> Thank you
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/4ab11f17-77cd-4772-ab78-fc4619bb3978%40googlegroups.com
> 
> .
>
-- 
JAGATHEESWARAN

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHM%2BSVp42y2_rzWVpgU4TxSE71%3DPc8WaV2uKNDjhtK4XvXV9%2Bg%40mail.gmail.com.


Re: Best hosting for Django Application?

2020-05-05 Thread Jorge Gimeno
On Tue, May 5, 2020 at 10:36 AM JEGATHEESWARAN SUNDARAVADIVEL <
jagatheesjo...@gmail.com> wrote:

> You can check pythonanywhere hosting
>
> Thanks and regards
> Jegatheeswaran
>
> On Tue, 5 May 2020 at 23:03, Sherif Adigun  wrote:
>
>> I am planning to launch my first major Django application on a live
>> server for production. Could you please suggest hosting service that is
>> reliable and considerably cheap?
>>
>> I have used Heroku but not for a serious or client project.
>>
>> Please tell me your experience and advise.
>>
>> Thank you
>>
>> --
>> 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 django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/4ab11f17-77cd-4772-ab78-fc4619bb3978%40googlegroups.com
>> 
>> .
>>
> --
> JAGATHEESWARAN
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAHM%2BSVp42y2_rzWVpgU4TxSE71%3DPc8WaV2uKNDjhtK4XvXV9%2Bg%40mail.gmail.com
> 
> .
>

There's good options out there.  As with everything, there's a tradeoff to
consider.

1.  How much work do I want to put into DevOps?

2.  How much am I willing to pay to have someone else do it?

If you're willing to do the work yourself, then a self-hosted option would
be best.  DigitalOcean and Linode are two services I have used in the
past.  For enterprise level stuff, Amazon Web Services is the option I hear
most (I don't have anything with needs at this level).

If you want to pass the hard work to someone else, then a Platform as a
Service may be the way to go.  Heroku you've mentioned, PythonAnywhere has
been suggested, Divio is a new one I have heard about.

Hope this helps!

-Jorge

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANfN%3DK8%2BhFRCY3JfXBDGm-TNU5Sc-fDn%3DvsLjP9y3s8QMNFsXA%40mail.gmail.com.


Re: Best hosting for Django Application?

2020-05-05 Thread Franck Tchouanga
Salutation to all members please I am in search of web developers in
laravel for a web development project please. This is my email address
ftchoua...@gmail.com

On Tue, May 5, 2020, 18:44 Jorge Gimeno  wrote:

>
>
> On Tue, May 5, 2020 at 10:36 AM JEGATHEESWARAN SUNDARAVADIVEL <
> jagatheesjo...@gmail.com> wrote:
>
>> You can check pythonanywhere hosting
>>
>> Thanks and regards
>> Jegatheeswaran
>>
>> On Tue, 5 May 2020 at 23:03, Sherif Adigun 
>> wrote:
>>
>>> I am planning to launch my first major Django application on a live
>>> server for production. Could you please suggest hosting service that is
>>> reliable and considerably cheap?
>>>
>>> I have used Heroku but not for a serious or client project.
>>>
>>> Please tell me your experience and advise.
>>>
>>> Thank you
>>>
>>> --
>>> 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 django-users+unsubscr...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/django-users/4ab11f17-77cd-4772-ab78-fc4619bb3978%40googlegroups.com
>>> 
>>> .
>>>
>> --
>> JAGATHEESWARAN
>>
>> --
>> 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 django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CAHM%2BSVp42y2_rzWVpgU4TxSE71%3DPc8WaV2uKNDjhtK4XvXV9%2Bg%40mail.gmail.com
>> 
>> .
>>
>
> There's good options out there.  As with everything, there's a tradeoff to
> consider.
>
> 1.  How much work do I want to put into DevOps?
>
> 2.  How much am I willing to pay to have someone else do it?
>
> If you're willing to do the work yourself, then a self-hosted option would
> be best.  DigitalOcean and Linode are two services I have used in the
> past.  For enterprise level stuff, Amazon Web Services is the option I hear
> most (I don't have anything with needs at this level).
>
> If you want to pass the hard work to someone else, then a Platform as a
> Service may be the way to go.  Heroku you've mentioned, PythonAnywhere has
> been suggested, Divio is a new one I have heard about.
>
> Hope this helps!
>
> -Jorge
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CANfN%3DK8%2BhFRCY3JfXBDGm-TNU5Sc-fDn%3DvsLjP9y3s8QMNFsXA%40mail.gmail.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CANRJ%3D3n%2BR-6Wrvpt3M7pgLPr6yRMW2xijSNucjg4aXr6V-zr7w%40mail.gmail.com.


Re: Best hosting for Django Application?

2020-05-05 Thread Sherif Adigun
Thank you all for your suggestions. I'll give python anywhere a try

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/6928153a-7c58-4682-91cd-467d53c9e97b%40googlegroups.com.


Re: Best hosting for Django Application?

2020-05-06 Thread Nomeh Uchenna Gabriel
please don't ever use "python-anywhere" for a serious project unless you have 
enough tears 😭 in your eye balls to cry out when the time comes.

... I suggest "digitalocean/linode" so that the heavy problems of "SSL 
certificates" won't beat you up

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/ee7b3e5b-20f8-4f70-aca2-3fc689a30a37%40googlegroups.com.


Re: Best hosting for Django Application?

2020-05-06 Thread Sherif Adigun
Oh, thank you for that. I'm really afraid for I don't want my client to
tear my hair out.

How about heroku? Have you tried that ?

On Wed, May 6, 2020, 7:19 PM Nomeh Uchenna Gabriel 
wrote:

> please don't ever use "python-anywhere" for a serious project unless you
> have enough tears 😭 in your eye balls to cry out when the time comes.
>
> ... I suggest "digitalocean/linode" so that the heavy problems of "SSL
> certificates" won't beat you up
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/DU9_nRpJcz4/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/ee7b3e5b-20f8-4f70-aca2-3fc689a30a37%40googlegroups.com
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACP0aXiOhLXwfpRQe6PTbPH-a5pU9PmZA8xPs_n%2B-ia6-c7saQ%40mail.gmail.com.


Re: Best hosting for Django Application?

2020-05-06 Thread Gabriel Araya Garcia
I've learned Django for a year, and I have my project hosted in
PYTHONANYWHERE, however, I never had have a problem. It's very easy, you
can If you are a beginner to use the free account, or else a paid one.
If you have any question, don't hesitate to ask me.

Regards,

Gabriel Araya Garcia
GMI - Desarrollo de Sistemas Informáticos
Santiago de Chile
99.7721.15.70



El mié., 6 may. 2020 a las 14:18, Nomeh Uchenna Gabriel (<
nomehgabri...@gmail.com>) escribió:

> please don't ever use "python-anywhere" for a serious project unless you
> have enough tears 😭 in your eye balls to cry out when the time comes.
>
> ... I suggest "digitalocean/linode" so that the heavy problems of "SSL
> certificates" won't beat you up
>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/ee7b3e5b-20f8-4f70-aca2-3fc689a30a37%40googlegroups.com
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAKVvSDDzT8xJf5c1qxpb6CL%3DSUeNZ_evHEnfLyPihaBiZi17OA%40mail.gmail.com.


Re: Best hosting for Django Application?

2020-05-06 Thread Sherif Adigun
Now I'm very confused and my client will request for the project to be
hosting in two weeks. I don't want to make a mistake about host

On Wed, May 6, 2020, 11:44 PM Gabriel Araya Garcia <
gabrielaraya2...@gmail.com> wrote:

> I've learned Django for a year, and I have my project hosted in
> PYTHONANYWHERE, however, I never had have a problem. It's very easy, you
> can If you are a beginner to use the free account, or else a paid one.
> If you have any question, don't hesitate to ask me.
>
> Regards,
>
> Gabriel Araya Garcia
> GMI - Desarrollo de Sistemas Informáticos
> Santiago de Chile
> 99.7721.15.70
>
>
>
> El mié., 6 may. 2020 a las 14:18, Nomeh Uchenna Gabriel (<
> nomehgabri...@gmail.com>) escribió:
>
>> please don't ever use "python-anywhere" for a serious project unless you
>> have enough tears 😭 in your eye balls to cry out when the time comes.
>>
>> ... I suggest "digitalocean/linode" so that the heavy problems of "SSL
>> certificates" won't beat you up
>>
>> --
>> 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 django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/ee7b3e5b-20f8-4f70-aca2-3fc689a30a37%40googlegroups.com
>> .
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/DU9_nRpJcz4/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAKVvSDDzT8xJf5c1qxpb6CL%3DSUeNZ_evHEnfLyPihaBiZi17OA%40mail.gmail.com
> 
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CACP0aXhDBUgPQJs3HRd6103zLvN2-h4_eEwR_sE29ZwC-Zhp3g%40mail.gmail.com.


Instant Hosting for Django-CMS...No Setup Needed...Demo Inside

2013-12-12 Thread Mark Moss
*Top 3 challenges of a django-cms user:*

   1. Are you trying to use django-cms, but got tangled with the complex 
   setup process?
   2. Do you wanna start publishing your content right away with 
   django-cms, without wasting time on setup?
   3. Are you looking for beautiful pre-installed themes for django-cms, 
   which can be used right away?


*If you answered YES to any of those questions*, then take a look at this 
*django 
cms hosting * provider.

I have seen a lot of people struggling with the setup process for 
django-cms. More time is spent on installation, instead of actually using 
the cms right away. Now, you can concentrate on publishing rather than 
fighting with the installation process. Get Started With Django CMS 
Instantly!

Visit -- *http://www.gigapros.com/portal/django-cms-hosting 
*

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4ce3867a-a09d-4faa-acf0-c4ee41ff7a48%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Instant Hosting for Django-CMS...No Setup Needed...Demo Inside

2013-12-12 Thread Frank Bieniek

Hi Mark,
you have debug turned on.
http://198.154.98.107:8000/themes/h-free-software/
and a broken theme.

Good luck


Am 12.12.2013 20:02, schrieb Mark Moss:

*_Top 3 challenges of a django-cms user:_*

 1. Are you trying to use django-cms, but got tangled with the complex
setup process?
 2. Do you wanna start publishing your content right away with
django-cms, without wasting time on setup?
 3. Are you looking for beautiful pre-installed themes for django-cms,
which can be used right away?

*_
_*
*_If you answered YES to any of those questions_*, then take a look at 
this *_django cms hosting_ 
* provider.


I have seen a lot of people struggling with the setup process for
django-cms. More time is spent on installation, instead of
actually using the cms right away. Now, you can concentrate on
publishing rather than fighting with the installation process. Get
Started With Django CMS Instantly!

Visit -- *http://www.gigapros.com/portal/django-cms-hosting
*




--
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/52AA09A5.4070603%40produktlaunch.de.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Instant Hosting for Django-CMS...No Setup Needed...Demo Inside

2013-12-21 Thread Mark Moss
Hi Frank,

Debug is enabled intentionally since this is a demo machine.

All themes are fine without any problem. You just need to change the 
default theme from Admin side. To demonstrate it, I have now changed to 
Hfree Software theme, which can be seen at -- http://198.154.98.107:8000/

You will find the admin login info on this page -- 
http://gigapros.com/portal/django-cms-hosting

- Mark

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c6b4838d-3fbb-42b9-861c-ed7fc846a444%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Instant Hosting for Django-CMS...No Setup Needed...Demo Inside

2013-12-23 Thread tim
You may want to read our documentation which warns of the security risks in 
deploying sites on the public internet with DEBUG=True.

https://docs.djangoproject.com/en/dev/ref/settings/#debug

On Saturday, December 21, 2013 6:37:11 AM UTC-5, Mark Moss wrote:
>
> Hi Frank,
>
> Debug is enabled intentionally since this is a demo machine.
>
> All themes are fine without any problem. You just need to change the 
> default theme from Admin side. To demonstrate it, I have now changed to 
> Hfree Software theme, which can be seen at -- http://198.154.98.107:8000/
>
> You will find the admin login info on this page -- 
> http://gigapros.com/portal/django-cms-hosting
>
> - Mark
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/fda1f3c0-6556-428b-aba3-39e5ae0d5363%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: Instant Hosting for Django-CMS...No Setup Needed...Demo Inside

2013-12-23 Thread Mark Moss
Thanks Tim for pointing the risks. 

By the way, the production VMs that are activated for actual customers have 
Debug=Off. Moreover, the demo VM is rebuilt every few hours to avoid any 
negative tweaking.

--
- Mark
*Instantly deploy Django-Cms with built-in 5 themes 
*

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/fecfd074-42d2-4f16-83de-1930a1528e92%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.