Re: Django hosting

2023-10-16 Thread Sebastian Jung
You can view query like list = models object.filter() And then printout list.query Mansour Abdullahi Abdirahman schrieb am Mo., 16. Okt. 2023, 13:13: > We have a DatetimeField in our modal , when we want to filter the month ( > only the month ) we could do something like this: > > *MyModal.obje

Re: Django hosting

2023-10-16 Thread Adriano Machado
Ah, filtering by month using Django's ORM and the `DatetimeField` should generally work with the query you've provided: `MyModel.objects.filter(date_field__month=10)`. However, you mentioned that it's not working as expected. There could be several reasons for this hiccup, so let's explore a few:

Re: Django hosting

2023-10-16 Thread Mansour Abdullahi Abdirahman
Yes the syntax is correct as provided by the documentation of django, but it did not work. Do you have any solution for this? On Mon, 16 Oct 2023 at 14:25, Muhammad Juwaini Abdul Rahman < juwa...@gmail.com> wrote: > Based on django documentation, your syntax is correct. Are you sure that > the f

Re: Django hosting

2023-10-16 Thread Muhammad Juwaini Abdul Rahman
Based on django documentation, your syntax is correct. Are you sure that the field name is correct? On Mon, 16 Oct 2023 at 19:13, Mansour Abdullahi Abdirahman < mansuurtech...@gmail.com> wrote: > We have a DatetimeField in our modal , when we want to filter the month ( > only the month ) we could

Re: Django Hosting on HTTPS with nginix AWS

2023-03-30 Thread Himanshu Shekhar Mohapatra
Thank you very much everyone.😃 I gathered valuables from your references and also from other links. It works now!! Regards, Himanshu On Thu, 30 Mar 2023 at 7:06 PM, data storage wrote: > hii,Himanshu > > https://www.youtube.com/watch?v=dBTIAfi7y5U > > > On Tue, Mar 28, 2023 at 3:22 PM Himansh

Re: Django Hosting on HTTPS with nginix AWS

2023-03-30 Thread data storage
hii,Himanshu https://www.youtube.com/watch?v=dBTIAfi7y5U On Tue, Mar 28, 2023 at 3:22 PM Himanshu Shekhar Mohapatra < himanshu.mohapatr...@gmail.com> wrote: > Hi all, > > Please help me with any curated list of steps using which I can host > Django application in aws ubuntu with https certifica

Re: Django Hosting on HTTPS with nginix AWS

2023-03-28 Thread Muhammad Juwaini Abdul Rahman
If you're using nginx and gunicorn in Ubuntu 22.04, you can follow the instructions in this article: https://www.digitalocean.com/community/tutorials/how-to-set-up-django-with-postgres-nginx-and-gunicorn-on-ubuntu-22-04 To add HTTPS, you can use let's encrypt: https://letsencrypt.org/getting-start

Re: Django Hosting on HTTPS with nginix AWS

2023-03-28 Thread shailesh sachan
I have done for current company setting of ssl, http, https, load balancers i can help you if u give me more details about the cloud stack and tech stack. On Tuesday, March 28, 2023 at 3:23:11 PM UTC+5:30 Himanshu Shekhar Mohapatra wrote: > Hi all, > > Please help me with any curated list of s

Re: django hosting / Email Account

2017-08-25 Thread ADEWALE ADISA
Thanks all. Am able to create 5 mail account after buying hosting service despite the fact that i don't want to host my application with them because they don't provide python hosting unless i purchase VPS. so i will be using their mail and domain, then host my app on pythonanywhere.com. On Fri,

Re: django hosting / Email Account

2017-08-24 Thread wang sheng
I recommend to use some "email cloud service " such as "mailgun" or " sendcloude.com " 2017-08-25 4:24 GMT+08:00 ADEWALE ADISA : > thanks Guerrero, > i too taught so, i have sent mail to my registrar but they have not reply. > before when am hosting php site, i use to host the site with the regi

Re: django hosting / Email Account

2017-08-24 Thread ADEWALE ADISA
thanks Guerrero, i too taught so, i have sent mail to my registrar but they have not reply. before when am hosting php site, i use to host the site with the registrar, so the will give me link to cpanel where i can create email account. but now this registrar the not give me link to cpanel, that wh

Re: django hosting / Email Account

2017-08-24 Thread Gerardo Palazuelos Guerrero
hi, For sure not from pythonanywhere.com Your domain registrar may have some free emails accounts (like godaddy which allows you to create email accounts for your domain purchased with them). Otherwise, you will have to buy the service (like in gmail for business or in fastmail.com) -- Gerardo

Re: Django hosting

2014-10-15 Thread Mark Phillips
Sabine, Hit send before I was done please see below On Wed, Oct 15, 2014 at 5:21 PM, Mark Phillips wrote: > Sabine, > > Another free hosting option - Ohava.com. 512 MB RAM, 1 VCPU, 20 GB storage > for free. You also get ssh and root access. It won't last forever in your > application, but i

Re: Django hosting

2014-10-15 Thread Mark Phillips
Sabine, Another free hosting option - Ohava.com. 512 MB RAM, 1 VCPU, 20 GB storage for free. You also get ssh and root access. It won't last forever, but is free. It comes with Ubuntu 14.04 as the host system. The "apps" they offer I signed up for one to test, and it took a few weeks for them to

Re: Django hosting

2014-09-25 Thread Collin Anderson
At work, we're in the process of switching from rackspace to linode. -- 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. T

Re: Django hosting

2014-09-25 Thread Andreas Kuhne
Hi Sabine, I would also recommend AWS mainly because of the amount of resources you have at your disposal by using them. We changed from a local provider in Sweden to AWS in Europe, because we needed global reach. By using the resources they have (CDN mainly) we were able to get "closer" to our cu

Re: Django hosting

2014-09-25 Thread Babatunde Akinyanmi
Hi Sabine, I use Redhat's Openshift. On 25 Sep 2014 07:55, "Sabine Maennel" wrote: > Thank you very much for your advice Marc, it is very valuable to me, > especially the part that my hosting provider for today does not need to be > that of the future. My problem right now is that I am under pres

Re: Django hosting

2014-09-24 Thread Sabine Maennel
Thank you very much for your advice Marc, it is very valuable to me, especially the part that my hosting provider for today does not need to be that of the future. My problem right now is that I am under pressure to launch, but just in order to open up registration for a class that won't start

Re: Django hosting

2014-09-24 Thread Mark Phillips
Sabine, I am in the US, so take my advice with a large grain of salt. I usually use Linode and Digital Ocean as a benchmarks for hosting services. There prices are very reasonable and they give you all that you need - root shell access to your own private virtual server. They have great up-time, a

Re: Django hosting. Need to run executable for my app

2013-04-09 Thread Avraham Serour
I have a toy account on bluehost, I compiled my own python version on my $home no problem. It is slow to run my django projects, but I compile python packages when pip install wants no problem On Tue, Apr 9, 2013 at 9:57 PM, Josh Cartmell wrote: > +1 for webfaction, it shouldn't be a problem to

Re: Django hosting. Need to run executable for my app

2013-04-09 Thread Josh Cartmell
+1 for webfaction, it shouldn't be a problem to compile and use your own binary with them. On Monday, April 8, 2013 11:52:41 PM UTC-7, larsvegas wrote: > > Can somebody advice me on a provider where I can run my own executable? > The program I need to run is written is c++ and can be installed o

Re: Django hosting. Need to run executable for my app

2013-04-09 Thread Adam Mesha
On Tue, Apr 9, 2013 at 7:33 PM, Mike wrote: > On Tuesday, April 9, 2013 4:48:43 PM UTC+2, ke1g wrote: > >> A linux VPS, such as from linode.com would certainly allow this (we pay >> abotu $20/mo for ours). >> >> As to shared hosts, it wouldn't hurt to ask at WebFaction. If I were >> them, I'd wa

Re: Django hosting. Need to run executable for my app

2013-04-09 Thread Tom Evans
On Tue, Apr 9, 2013 at 5:38 PM, Mike wrote: > > > On Tuesday, April 9, 2013 6:33:08 PM UTC+2, Mike wrote: >> >> >> >> On Tuesday, April 9, 2013 4:48:43 PM UTC+2, ke1g wrote: >>> >>> A linux VPS, such as from linode.com would certainly allow this (we pay >>> abotu $20/mo for ours). >>> >>> As to sh

Re: Django hosting. Need to run executable for my app

2013-04-09 Thread Mike
On Tuesday, April 9, 2013 6:33:08 PM UTC+2, Mike wrote: > > > > On Tuesday, April 9, 2013 4:48:43 PM UTC+2, ke1g wrote: >> >> A linux VPS, such as from linode.com would certainly allow this (we pay >> abotu $20/mo for ours). >> >> As to shared hosts, it wouldn't hurt to ask at WebFaction. If I

Re: Django hosting. Need to run executable for my app

2013-04-09 Thread Mike
On Tuesday, April 9, 2013 4:48:43 PM UTC+2, ke1g wrote: > > A linux VPS, such as from linode.com would certainly allow this (we pay > abotu $20/mo for ours). > > As to shared hosts, it wouldn't hurt to ask at WebFaction. If I were > them, I'd want to examine the code and do the compiling, and

Re: Django hosting. Need to run executable for my app

2013-04-09 Thread Bill Freeman
A linux VPS, such as from linode.com would certainly allow this (we pay abotu $20/mo for ours). As to shared hosts, it wouldn't hurt to ask at WebFaction. If I were them, I'd want to examine the code and do the compiling, and I'd probably want to charge for that code review (or if it's a standard

Re: Django hosting. Need to run executable for my app

2013-04-09 Thread Mike
On Tuesday, April 9, 2013 8:52:41 AM UTC+2, larsvegas wrote: > > Can somebody advice me on a provider where I can run my own executable? > The program I need to run is written is c++ and can be installed on windows > server or linux. A rough estimation of costs? > > Thanks! > Digital Ocean has

Re: Django hosting companies

2013-01-30 Thread Nikolas Stevenson-Molnar
+1 if you're dealing with small load, micro instances are super cheap (free for 1st year, even), as flexible as you need, and you can create images of a configured machine to launch more instances from. _Nik On 1/30/2013 7:16 AM, m1chael wrote: > aws micro instance > > On Tue, Jan 29, 2013 at 10:

Re: Django hosting companies

2013-01-30 Thread frocco
Thanks for the info on webfraction. I currently use bluehost.com, but webfraction looks like better support for django. On Tuesday, January 29, 2013 8:34:54 AM UTC-5, Frankline wrote: > > Have you tried webfaction? Very easy to setup. > > On Tue, Jan 29, 2013 at 4:30 PM, Gustavo Andres Angulo >

Re: Django hosting companies

2013-01-30 Thread jianhui chen
I use google app engine. On Tue, Jan 29, 2013 at 8:17 AM, francislutalo wrote: > Anyone with an idea of which are the best companies to host my django > applications? > > > > Thank you, > Regards > francislutalo > > -- > You received this message because you are subscribed to the Google Groups >

Re: Django hosting companies

2013-01-30 Thread m1chael
aws micro instance On Tue, Jan 29, 2013 at 10:54 AM, Mengu wrote: > some of my friends are using webfaction. i use linode and in the past > i have used webbynode. > > On Jan 29, 3:17 pm, francislutalo wrote: >> Anyone with an idea of which are the best companies to host my django >> applications

Re: Django hosting companies

2013-01-29 Thread Mengu
some of my friends are using webfaction. i use linode and in the past i have used webbynode. On Jan 29, 3:17 pm, francislutalo wrote: > Anyone with an idea of which are the best companies to host my django > applications? > > Thank you, > Regards > francislutalo -- You received this message bec

Re: Django hosting companies

2013-01-29 Thread Bill Freeman
Plus one on webfaction, if a shared host will do. If you want a virtual private server to yourself, I like linode. Bill On Tue, Jan 29, 2013 at 10:11 AM, Luiz A. Menezes Filho < luiz.menez...@gmail.com> wrote: > These sites may help you: > http://djangofriendly.com/hosts/ > http://djangohosting

Re: Django hosting companies

2013-01-29 Thread Luiz A. Menezes Filho
These sites may help you: http://djangofriendly.com/hosts/ http://djangohosting.com/ Att, On Tue, Jan 29, 2013 at 1:03 PM, Leonardo S wrote: > heroku, dotCloud, Gondor.io, webfaction ... > > > 2013/1/29 Frankline > >> Have you tried webfaction? Very easy to setup. >> >> On Tue, Jan 29, 2013 at

Re: Django hosting companies

2013-01-29 Thread Leonardo S
heroku, dotCloud, Gondor.io, webfaction ... 2013/1/29 Frankline > Have you tried webfaction? Very easy to setup. > > On Tue, Jan 29, 2013 at 4:30 PM, Gustavo Andres Angulo > wrote: > >> There is a similar solution to Heroku, called nuagehq.com >> >> >> >> regards >> >> On Tue, Jan 29, 2013 at

Re: Django hosting companies

2013-01-29 Thread Frankline
Have you tried webfaction? Very easy to setup. On Tue, Jan 29, 2013 at 4:30 PM, Gustavo Andres Angulo wrote: > There is a similar solution to Heroku, called nuagehq.com > > > > regards > > On Tue, Jan 29, 2013 at 8:17 AM, francislutalo > wrote: > > Anyone with an idea of which are the best compa

Re: Django hosting companies

2013-01-29 Thread Gustavo Andres Angulo
There is a similar solution to Heroku, called nuagehq.com regards On Tue, Jan 29, 2013 at 8:17 AM, francislutalo wrote: > Anyone with an idea of which are the best companies to host my django > applications? > > > > Thank you, > Regards > francislutalo > > -- > You received this message becaus

Re: Django hosting on heroku - any experiences?

2012-06-11 Thread Cal Leeming [Simplicity Media Ltd]
If so, that would make a lot of sense :) On Mon, Jun 11, 2012 at 11:00 PM, Javier Guerra Giraldez wrote: > On Mon, Jun 11, 2012 at 4:56 PM, Cal Leeming [Simplicity Media Ltd] > wrote: > > As such - I get the impression that any developer who knows how to > maintain > > a stack, will most likely

Re: Django hosting on heroku - any experiences?

2012-06-11 Thread Javier Guerra Giraldez
On Mon, Jun 11, 2012 at 4:56 PM, Cal Leeming [Simplicity Media Ltd] wrote: > As such - I get the impression that any developer who knows how to maintain > a stack, will most likely shy away from such a service. wasn't Heroku initially for RoR only? that might explain that "selling point"... --

Re: Django hosting on heroku - any experiences?

2012-06-11 Thread Cal Leeming [Simplicity Media Ltd]
That's a good point - I think maybe the issue is just with PaaS in general, not specifically Heroku. On Mon, Jun 11, 2012 at 10:56 PM, Javier Guerra Giraldez wrote: > On Mon, Jun 11, 2012 at 4:42 PM, Cal Leeming [Simplicity Media Ltd] > wrote: > > There's a huge difference between hosting serve

Re: Django hosting on heroku - any experiences?

2012-06-11 Thread Javier Guerra Giraldez
On Mon, Jun 11, 2012 at 4:42 PM, Cal Leeming [Simplicity Media Ltd] wrote: > There's a huge difference between hosting servers in the cloud, and hosting > applications in the cloud. my general impression is that PaaS can be very nice, but sice there's no real standards in place, you end up locked

Re: Django hosting on heroku - any experiences?

2012-06-11 Thread Cal Leeming [Simplicity Media Ltd]
Thanks for this very detailed report, Rolo. It seems to be in-line with the article written up by David Cramer (in prev reply), and also other posts that I've read on the topic. One of the things that put me off from reading their site, is that Heroku's key selling point was "Never touch the comm

Re: Django hosting on heroku - any experiences?

2012-06-11 Thread Cal Leeming [Simplicity Media Ltd]
To be honest, I absolutely agree with all the general comments that Cramer made in that article. There's a huge difference between hosting servers in the cloud, and hosting applications in the cloud. On Mon, Jun 11, 2012 at 6:41 PM, CLIFFORD ILKAY wrote: > On 06/11/2012 01:27 PM, Cal Leeming [Si

Re: Django hosting on heroku - any experiences?

2012-06-11 Thread Rolo
> > Could anyone hosting their Django app with Heroku care to post their > experiences? > I'm somewhere along the road of seeing if PaaS could make my life easier, and we've been using Heroku for a client (their choice) recently, having evaluated it a couple of months ago for a different one

Re: Django hosting on heroku - any experiences?

2012-06-11 Thread CLIFFORD ILKAY
On 06/11/2012 01:27 PM, Cal Leeming [Simplicity Media Ltd] wrote: Been a while since my last post! Read through some of the archives, but couldn't seem to find many user reviews on Heroku from django-users list. You might want to read this:

Re: Django hosting

2011-07-25 Thread Gour-Gadadhara Dasa
On Mon, 25 Jul 2011 21:40:23 -0400 william ratcliff wrote: > +1 webfaction I used webfaction, but then moved to http://djangohosting.ch/ (http://djangoeurope.com) - nice ping from Europe, great support & prices and the setup is even more flexible than at Webfacton. Sincerely, Gour -- “In th

Re: Django hosting

2011-07-25 Thread Brad Montgomery
I've been using rackspace's Cloud servers. They give you a nice platform and charge only for what you use (so low-traffic sites end up being very affordable). However, you should play close attention to a service like https://gondor.io/ - it's an extremely easy-to-use service that makes host

Re: Django hosting

2011-07-25 Thread william ratcliff
+1 webfaction On Mon, Jul 25, 2011 at 5:00 PM, fred.se...@sunrise.com < fred.se...@sunrise.com> wrote: > I used webfaction and they were most helpful. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to

Re: Django hosting

2011-07-25 Thread fred.se...@sunrise.com
I used webfaction and they were most 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-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroup

Re: Django hosting

2011-07-25 Thread Ethan Poole
You have many options for deployment, but if you just want some simple hosting which support Django, a number of providers are listed here: http://djangofriendly.com/hosts/ On 25 Juli, 09:18, nicolas HERSOG wrote: > I ve never deploy my "crazy and test django web apps" yet but you should > look t

Re: Django hosting

2011-07-25 Thread nicolas HERSOG
I ve never deploy my "crazy and test django web apps" yet but you should look this way : https://docs.djangoproject.com/en/1.3/howto/deployment/ On Mon, Jul 25, 2011 at 4:12 PM, Jacob Scherffenberg wrote: > Hello me and a friend have created a small django web application for > a company, and a

Re: Django Hosting

2010-05-26 Thread piz...@gmail.com
Try HelioHost and AlwaysData Cheers, Oscar C. El 26/05/2010, a las 18:27, Anjan Dwaraknath escribió: Hey, I have a startup company, I wish to setup a website for it, is it possible to get free web hosting for my site, till i find out if it works out or not Thank you -- You received this m

Re: django hosting

2010-01-18 Thread nostradamnit
bells-n-whistles.net appears to be dead, but www.alwaysdata.com is alive and providing excellent hosting, with a free option. On Jan 17, 1:59 pm, alrobeler wrote: > hi i ve heard you can provide with free django > hostinghttp://www.jjude.com/2008/06/10/a-free-but-superb-django-hosting/ > if this

Re: django hosting

2009-12-23 Thread Peter Rowell
And your question is ...? This looks like fairly vanilla FastCGI setup instructions. -- 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

Re: Django Hosting Survey

2008-10-09 Thread Wes Winham
If you're looking for something with some power off the bat (which it doesn't sound like you are), Amazon's EC2 (http://aws.amazon.com/ec2/) is amazing. If you start there, you can stay there right up to the point that you're bigger than amazon.com :) It has the same disadvantages of slicehost or

Re: Django Hosting Survey

2008-10-08 Thread Ross Dakin
Yes, you can load balance between slices, AND you can pool your bandwidth between them (new Slicehost feature). @NoviceSortof: Yes, I am running a Hardy install with 256 MB. My typical 'top' breakdown looks like: - 55% Apache (prefork) - 10% nginx - 5% mysql - 5% postgres - 5% et al. So m

Re: Django Hosting Survey

2008-10-08 Thread Finder
I'm on slicehost with one 256 slice, and one 512...running Django on the 256 with lighttpd and my forums, email, etc on the 512 with apache So far Django has still preformed great and when I ran load tests, lighttpd with Django handled the load very well. We're up to about 3,000 hits per day no pr

Re: Django Hosting Survey

2008-10-08 Thread Hani
Happy Webfaction user here. :) On Oct 6, 1:30 pm, Jeff <[EMAIL PROTECTED]> wrote: > I am about to begin a new Django project and I am currently evaluating > hosting options. I know there has been a number of discussions on this > topic, and I have read most of them. However, seeing how quickly >

Re: Django Hosting Survey

2008-10-08 Thread NoviceSortOf
(ROSS) you say 256 RAM but I'm curious if you are running Ubuntu server or some other distro? Is 256 RAM sufficient for Ubuntu or should one allow for more headroom? I'm leaning towards the Slicehost or Lincode type solution. Because in the past with frameworks and platforms we have learned the

Re: Django Hosting Survey

2008-10-07 Thread Ross Dakin
I'll chime in for Slicehost. I have the 256 plan and it's great. A few notes: 1) It is a time sink to set it up, but they have many tutorials online (publicly available) that do a great job of holding your hand if you aren't a Linux guru (like I'm not). 2) You'll want to fiddle with the Apache

Re: Django Hosting Survey

2008-10-07 Thread Brandon Taylor
WebFaction definitely gets my vote. Setting up a Django app with their control panel couldn't be easier, and their customer service is excellent. Brandon Taylor bTaylor Design www.btaylordesign.com On Oct 6, 12:30 pm, Jeff <[EMAIL PROTECTED]> wrote: > I am about to begin a new Django project an

Re: Django Hosting Survey

2008-10-07 Thread James Matthews
I use dreamhost and am very happy. I have found there services (uptime and performance) to workout quite well and i love there tech support team. On Tue, Oct 7, 2008 at 7:55 AM, Benjamin Buch <[EMAIL PROTECTED]> wrote: > > > Am 07.10.2008 um 15:49 schrieb Gour: > > > Benjamin> I can recommend dja

Re: Django Hosting Survey

2008-10-07 Thread Benjamin Buch
Am 07.10.2008 um 15:49 schrieb Gour: > Benjamin> I can recommend djangohosting (http://djangohosting.ch), at > Benjamin> least if you're looking for a host in europe... > Heh, nice to hear...I'm also considering to take it... > > Is it OK for production site as well? I'm only hosting personal

Re: Django Hosting Survey

2008-10-07 Thread Jarek Zgoda
Wiadomość napisana w dniu 2008-10-07, o godz. 15:49, przez Gour: >> "Benjamin" == Benjamin Buch <[EMAIL PROTECTED]> writes: > > Benjamin> I can recommend djangohosting (http://djangohosting.ch), at > Benjamin> least if you're looking for a host in europe... It doesn't > Benjamin> seem like y

Re: Django Hosting Survey

2008-10-07 Thread Gour
> "Benjamin" == Benjamin Buch <[EMAIL PROTECTED]> writes: Benjamin> I can recommend djangohosting (http://djangohosting.ch), at Benjamin> least if you're looking for a host in europe... It doesn't Benjamin> seem like you do, but I thought I should mention it anyway... Benjamin> It's great fo

Re: Django Hosting Survey

2008-10-07 Thread Masklinn
On 6 Oct 2008, at 19:30 , Jeff wrote: > I am about to begin a new Django project and I am currently evaluating > hosting options. I know there has been a number of discussions on this > topic, and I have read most of them. However, seeing how quickly > things change in the web development / hosti

Re: Django Hosting Survey

2008-10-07 Thread Benjamin Buch
Am 06.10.2008 um 19:30 schrieb Jeff: > I am about to begin a new Django project and I am currently evaluating > hosting options. I can recommend djangohosting (http://djangohosting.ch), at least if you're looking for a host in europe... It doesn't seem like you do, but I thought I should ment

Re: Django Hosting Survey

2008-10-07 Thread Anders Bergh
On Mon, Oct 6, 2008 at 7:30 PM, Jeff <[EMAIL PROTECTED]> wrote: > 2. Slicehost - for those that want COMPLETE control of their hosting > environment. Only drawback (for some) is that everything needs to be > installed from scratch. I have two vps's from Linode, they're a lot like Slicehost but yo

Re: Django Hosting Survey

2008-10-06 Thread Kenneth Gonsalves
On Monday 06 October 2008 11:00:41 pm Jeff wrote: > 1. Web Faction - for those that want to get Django up and running as > quickly and easily as possible, using their automated setup. go for 64 mb ram > > OR > > 2. Slicehost - for those that want COMPLETE control of their hosting > environment. O

Re: Django Hosting Survey

2008-10-06 Thread Joshua Jonah
I use Media Temple and have never been happier. Jeff wrote: > I am about to begin a new Django project and I am currently evaluating > hosting options. I know there has been a number of discussions on this > topic, and I have read most of them. However, seeing how quickly > things change in the w

Re: Django Hosting Survey

2008-10-06 Thread tupixo
> I am about to begin a new Django project and I am currently evaluating > hosting options. I know there has been a number of discussions on this > topic, and I have read most of them. However, seeing how quickly > things change in the web development / hosting world, I wanted to get > some opinio

Re: Django Hosting Survey

2008-10-06 Thread Horst Gutmann
I'm currently running 2 personal sites on a 256MB slice at Slicehost and each one takes about 30MB with one dedicated mod_wsgi daemon process (and perhaps a couple of MBs more for servicing static files through Apache and the database connection). So depending on the size of your application, a 25

Re: Django Hosting Survey

2008-10-06 Thread jonknee
> 2. Slicehost - for those that want COMPLETE control of their hosting > environment. Only drawback (for some) is that everything needs to be > installed from scratch. > > In the case of Slicehost, I am also curious if the 256 slice is > sufficient for most Django apps. > I've got a Slicehost 25

Re: Django Hosting Survey

2008-10-06 Thread Michael Semcheski
On Mon, Oct 6, 2008 at 1:30 PM, Jeff <[EMAIL PROTECTED]> wrote: > In the case of Slicehost, I am also curious if the 256 slice is > sufficient for most Django apps. You can definitely develop and deploy a small application on a 256MB slice. Whether 256 is enough depends on the nature of your app

Re: Django Hosting Survey

2008-10-06 Thread Raymond Cote
Jeff wrote: > >From this, and other sources, I believe the best hosting options to > be: > > 1. Web Faction - for those that want to get Django up and running as > quickly and easily as possible, using their automated setup. > > I cannot comment on Slicehost, but I can say that WebFaction has g

Re: Django hosting website

2008-03-25 Thread Jon Atkinson
I offer Django hosting (dedicated, not shared), via my company, Mampi Hosting. http://mampi.co.uk/django/ Email me off-list if you're interested. --Jon On Tue, Mar 25, 2008 at 10:05 AM, Chris Hoeppner <[EMAIL PROTECTED]> wrote: > > After being using VPS based hosting for a while, I have found

Re: Django hosting website

2008-03-25 Thread Chris Hoeppner
After being using VPS based hosting for a while, I have found shared hosting is just not good enough anymore. You just need the flexibility. ~ Chris El lun, 24-03-2008 a las 18:29 -0400, Julian DeFronzo escribió: > Yeah for more flexibility Slicehost or any VPS would be a better > option, but li

Re: Django hosting website

2008-03-24 Thread Julian DeFronzo
Yeah for more flexibility Slicehost or any VPS would be a better option, but like the others said if something breaks you gotta fix it. However, if you do decide to go with a VPS, you can just send me an email, and I'd be happy to set it up and maintain it for you ;) On Mon, Mar 24, 2008 at 2:09

Re: Django hosting website

2008-03-24 Thread Bryan Veloso
>Lots more flexibility, but when things break its your fault. Well at least you're able to rebuild instead of begging customer service to do it for you. I'll definitely submit my +1 for Slicehost. -Bryan --~--~-~--~~~---~--~~ You received this message because you

Re: Django hosting website

2008-03-24 Thread Justin Lilly
I do use them and I'm a fan. If you're looking for something more full featured, I also use slicehost for client work. Lots more flexibility, but when things break its your fault. -justin On Mon, Mar 24, 2008 at 1:13 PM, Julian DeFronzo <[EMAIL PROTECTED]> wrote: > webfaction.com, has great rev

Re: Django hosting website

2008-03-24 Thread Julian DeFronzo
webfaction.com, has great reviews. But I personally don't use them. On Mon, Mar 24, 2008 at 1:11 PM, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Anyone kows a good and cheep django hosting service website? > > Thanks. > > > -- ~Julian D. --~--~-~--~~~---~--~--

Re: Django hosting service running Os C

2008-02-21 Thread geert
I have a dedicated macmini for around 75 euro's a month, At cqhosting.nl. On Feb 18, 12:12 am, Flavio Curella <[EMAIL PROTECTED]> wrote: > Hi, > > I developed a small application using django and CoreGraphics library > as a school project. I'm wondering to put it online and I googled > around loo

Re: Django hosting service running Os C

2008-02-21 Thread Jon Atkinson
If it's for school project, and you just need to demo it, why not host it on your own machine and use one of the free dynamic DNS services and host it on the development machine? --Jon > > On Feb 17, 2008 3:12 PM, Flavio Curella <[EMAIL PROTECTED]> wrote: > > > > > > Hi, > > > > > > I

Re: Django hosting service running Os C

2008-02-20 Thread Joseph Heck
For something as specific as MacOS X based hosting, that's a damn good price. -joe On Mon, Feb 18, 2008 at 7:35 AM, Dj Gilcrease <[EMAIL PROTECTED]> wrote: > > On Feb 17, 2008 3:12 PM, Flavio Curella <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I developed a small application using django

Re: Django hosting service running Os C

2008-02-18 Thread Dj Gilcrease
On Feb 17, 2008 3:12 PM, Flavio Curella <[EMAIL PROTECTED]> wrote: > > Hi, > > I developed a small application using django and CoreGraphics library > as a school project. I'm wondering to put it online and I googled > around looking for a web hosting solution (shared or VPS) running on > Os X and

Re: Django hosting service running Os C

2008-02-17 Thread Jeff Anderson
Hello, I was reading about OS X in virtualized environments, and it appears that the technology is still catching up with the new license that allows OS X server to run in a virtualized environment. Your best bet is probably to find a shared host, but I don't know of any off hand. Jeff Ander

Re: django hosting companies

2007-08-15 Thread Ben Ford
I use slicehost... been really happy with them so far. You get a dedicated virtual machine, so you can set up whatever you want. It's $20 per month. Ben On 16/08/07, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > > > > On 15-Aug-07, at 10:33 AM, Jay Parlar wrote: > > > I have Django sites hosted w

Re: django hosting companies

2007-08-15 Thread Kenneth Gonsalves
On 15-Aug-07, at 10:33 AM, Jay Parlar wrote: > I have Django sites hosted with both DreamHost and Webfaction. While > Dreamhost is pretty good, once you get it working, I recommend > Webfaction. So much easier to setup, direct contact on the forums with > the people who run it, it's just fantast

Re: django hosting companies

2007-08-15 Thread Jon Atkinson
I've just started running a Django friendly host (though I'm not sure Django-friendly is the correct term - maybe Django *preferred* is better). We're currently looking for a few (maybe five) people to test our service before we launch to the world. We offer Django SVN and Django 0.95, git, svn a

Re: django hosting companies

2007-08-14 Thread Matt Davies
Rimu Hosting's VPS offering is brilliant http://rimuhosting.com/ Their support is the best. On 15/08/07, Jay Parlar <[EMAIL PROTECTED]> wrote: > > > On 8/14/07, Ian Lawrence <[EMAIL PROTECTED]> wrote: > > > > ola > > i have said before on this list but these > > http://www.webfaction.com/ > >

Re: django hosting companies

2007-08-14 Thread Jay Parlar
On 8/14/07, Ian Lawrence <[EMAIL PROTECTED]> wrote: > > ola > i have said before on this list but these > http://www.webfaction.com/ > guys are awesome...i have nothing to do with them i just respect their > service and support > []'s > Ian I'll second this. Webfaction is the way to go. They're v

Re: django hosting companies

2007-08-14 Thread Ian Lawrence
ola i have said before on this list but these http://www.webfaction.com/ guys are awesome...i have nothing to do with them i just respect their service and support []'s Ian On 8/14/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I was looking at the django friendly hosting page off the djang

Re: django hosting companies

2007-08-14 Thread Chris Hoeppner
> Are you using a django friendly hosting company? Who are they? Are > they great/ok/crappy? How much do you pay a yr? I'm hosting everything I have at media temple (mediatemple.com), and they're very nice people. I have a dedicated box, but they're working on a very nice solution to deploy d

Re: django hosting companies

2007-08-14 Thread Tim Chase
> Are you using a django friendly hosting company? One other distinction I would make in your data-collection is "Django-capable" versus "Django-friendly". This issue came out on the list earlier. Some providers "support" Django which means "if you can figure out how to make it run, we'll

Re: Django Hosting

2006-10-23 Thread [EMAIL PROTECTED]
Duncan, Try Dreamhost.com. It's cheap and though they do not officially support Django, their service is not all that bad. Jeff Croft has a nice tutorial on setting up Django on DreamHost. And there are some 30 odd Django powered web sites there Keith On Oct 19, 6:07 pm, "DuncanM" <[EMAIL PR

Re: Django Hosting

2006-10-23 Thread DuncanM
Just a quick update, I intend to go with webfaction hosting so if there is anyone out there willing to help me every now and then and wants the 10% affilliation then either reply here or email me directly. Many thanks to all the suggestions. DuncanM On Oct 23, 2:48 pm, "Hollywood Cole" <[EMAIL

Re: Django Hosting

2006-10-23 Thread Hollywood Cole
With Webfaction+Django, you will need the option of long running process for mod_python in Apache. The Shared 2 with 40mb, will be enough to hold you down since you most likely will be developing and testing. By the way, I think its great your using Django as senior a project, I'm doing the same bu

Re: Django Hosting

2006-10-23 Thread DuncanM
Hi again, And thanks to everyone for their hosting recommendations. I am very new to Django, I am considering using it to develop my final year project at university - hence looking for some hosting Just a quick question as regards to the hosting plans with webfaction. They have a very helpful

Re: Django Hosting

2006-10-20 Thread Fredrik Lundh
Ian Holsman wrote: > what's anonymous about it ? relying on a twisting little maze of DNS records to figure out who you might be doing business with? I guess we have different standards... --~--~-~--~~~---~--~~ You received this message because you are sub

Re: Django Hosting

2006-10-20 Thread zenx
It's not UK based but I have hosted some projects in hub-hub.com and I am satisfied with them. It's not super cheap but I think it's ok. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post

  1   2   >