Re: Copied django project to shared host from repo - can't import settings

2014-06-25 Thread Lee
This worked, thank you! I don't understand why it worked, but pleased that it did. Lee On Wednesday, June 25, 2014 11:14:46 AM UTC-4, sacrac wrote: > > ok i make different configuration > > #!/home5/myorg/.virtualenvs/mydjango/bin/python > import sys, os > > # Add a custom Python path. >

Re: Copied django project to shared host from repo - can't import settings

2014-06-25 Thread carlos
ok i make different configuration #!/home5/myorg/.virtualenvs/mydjango/bin/python import sys, os # Add a custom Python path. sys.path.insert(0, "/home//projects/") sys.path.insert(0, "/home//projects/yourproyect") from flup.server.fcgi import WSGIServer os.environ['DJANGO_SETTINGS_MODULE'] =

Re: Copied django project to shared host from repo - can't import settings

2014-06-24 Thread Lee
For mysite.fcgi I have: #!/home5/myorg/.virtualenvs/mydjango/bin/python import sys, os # Add a custom Python path. sys.path.insert(0, "/home5/myorg/.virtualenvs/mydjango") sys.path.insert(13, "/home5/myorg/django_projects/mysite") os.environ['DJANGO_SETTINGS_MODULE'] = 'mysite.settings' from

Re: Copied django project to shared host from repo - can't import settings

2014-06-24 Thread carlos
Hi, maybe show the content mysite.fcgi and .htaccess, the error say not exist your project mysite maybe the path is not good in mysite.fcgi! Cheers On Tue, Jun 24, 2014 at 3:39 PM, Lee wrote: > Hello, > > I setup Django successfully on my shared Bluehost account following

Copied django project to shared host from repo - can't import settings

2014-06-24 Thread Lee
Hello, I setup Django successfully on my shared Bluehost account following the tutorial below: http://www.nyayapati.com/srao/2012/08/setup-python-2-7-and-django-1-4-on-bluehost/ I am now having problems with a Django project I have copied from a GitHub repo to my Bluehost directory. I am

Re: install django on a shared host, with fastcgi

2009-01-22 Thread anode
ves using mod_python. On Jan 21, 11:41 pm, "codediscuss.com" <flyin...@gmail.com> wrote: > Hello, > > I'm new to python, apache and django. I'm trying to install django on > my shared host (hostmonster). I searched for some tutorials and > followed them but no luck. >

install django on a shared host, with fastcgi

2009-01-21 Thread codediscuss.com
Hello, I'm new to python, apache and django. I'm trying to install django on my shared host (hostmonster). I searched for some tutorials and followed them but no luck. Here is the page I get when I try to visit my site: Not Found The requested URL /home/pri*/public_html/django.fcgi/visual

Re: Django on a shared host

2008-04-07 Thread papertrail
Hi, Thank you very much for your quick reply. I got it pretty much right after you wrote it yesterday... I figured I'd get it working first, then reply with my results for everyone's benefit. :) Alas, it really took all day yesterday, a good night's rest and then getting a fresh start with a

Re: Django on a shared host

2008-04-06 Thread Tim Chase
> I just sent a reply, but I guess I don't know how to use Google groups > so well (sorry). I think it went directly to the author instead of > posting here. Yes indeed, it did go directly to me :) > Basically I don't understand Tim's answer and could it > be explained a bit more? I'll see

Re: Django on a shared host

2008-04-06 Thread papertrail
I just sent a reply, but I guess I don't know how to use Google groups so well (sorry). I think it went directly to the author instead of posting here. Basically I don't understand Tim's answer and could it be explained a bit more? Thanks. On Feb 27, 9:15 am, Tim Chase <[EMAIL PROTECTED]>

Re: Django on a shared host

2008-03-10 Thread Snoop1990
Ok, I tested your tips and always came to the same point. I do not have a .bash_profile file ! Is there any way to do it without ? I think the shell on the profusehost.net servers look all the same. Any way without the path initialization ? I really want to try django ! Regrades Snoop1990

Re: Django on a shared host

2008-03-09 Thread Snoop1990
My Host is profusehost.net I am not sure if they support django, but they have python so I thought it might work. I am new to django ! On Feb 27, 5:15 pm, Tim Chase <[EMAIL PROTECTED]> wrote: > > A free webhost that allows Django?  Even if it's fairly limited, > this is interesting.  Can you

Re: Django on a shared host

2008-03-03 Thread Amit Ramon
I'm aware I'm a bit late :-), but here is a link to detailed instructions for setting up django on a shared host (site5 in this case): http://forums.site5.com/showthread.php?t=10236 --- Amit * Snoop1990 <[EMAIL PROTECTED]> [2008-02-27 08:07 -0800]: > > Hey, > I am new to djan

Re: Django on a shared host. The docs are scaring me ;)

2007-07-19 Thread Jacob Kaplan-Moss
On 7/19/07, Kenneth Gonsalves <[EMAIL PROTECTED]> wrote: > Gypsy is run by Jacob, so naturally ... - afaik they have a waiting > list. Actually, "they", err... me, are basically defunct; turned out running a hosting company is a lot more work than I thought Jacob

Re: Django on a shared host. The docs are scaring me ;)

2007-07-19 Thread Kenneth Gonsalves
On 20-Jul-07, at 7:20 AM, walterbyrd wrote: >> You could do what I did decide Dreamhost is unacceptable for >> hosting anything but a very, very small Django site, and go over to >> Webfaction. > > I don't use Webfaction myself, but I have heard nothing but good > things about them. If you

Re: Django on a shared host. The docs are scaring me ;)

2007-07-19 Thread walterbyrd
On Jul 17, 2:22 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > You could do what I did decide Dreamhost is unacceptable for > hosting anything but a very, very small Django site, and go over to > Webfaction. I don't use Webfaction myself, but I have heard nothing but good things about

Re: Django on a shared host. The docs are scaring me ;)

2007-07-17 Thread [EMAIL PROTECTED]
You could do what I did decide Dreamhost is unacceptable for hosting anything but a very, very small Django site, and go over to Webfaction. It's still shared, but it's far more robust, and they both know and understand what you want. Plus, django comes installed. On Jul 17, 1:00 pm, KpoH

Re: Django on a shared host. The docs are scaring me ;)

2007-07-17 Thread KpoH
great! gordyt пишет: > Andy here are my notes for setting up Django with Dreamhost using > FastCGI: > > http://www.gordontillman.info/Development/DjangoDreamhost > > --gordy > -- Artiom Diomin, Development Dep, "Comunicatii Libere" S.R.L. http://www.asterisksupport.ru

Re: Django on a shared host. The docs are scaring me ;)

2007-07-17 Thread gordyt
Andy here are my notes for setting up Django with Dreamhost using FastCGI: http://www.gordontillman.info/Development/DjangoDreamhost --gordy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group.

Re: Django on a shared host. The docs are scaring me ;)

2007-07-13 Thread Collin Grady
One problem with fastcgi directions is that there is no "one method" - on some hosts, one method won't work, while another will. Most guides only mention one method or the other, so you're sort of left hanging unless you find the other method.

Re: Django on a shared host. The docs are scaring me ;)

2007-07-12 Thread [EMAIL PROTECTED]
Five minutes ago I bought Dreamhost hosting for put an Django application. This month I'll try it. On Jul 12, 8:56 pm, JP <[EMAIL PROTECTED]> wrote: > Check out this:http://www2.jeffcroft.com/blog/2006/may/11/django-dreamhost/ > > On Jul 11, 7:06 am, AndyB <[EMAIL PROTECTED]> wrote: > > >

Re: Django on a shared host. The docs are scaring me ;)

2007-07-12 Thread JP
Check out this: http://www2.jeffcroft.com/blog/2006/may/11/django-dreamhost/ On Jul 11, 7:06 am, AndyB <[EMAIL PROTECTED]> wrote: > Despite having three live Django sites running from Apache and FCGI I > have always felt there was a certain degree of black magic about the > process and I've

Django on a shared host. The docs are scaring me ;)

2007-07-11 Thread AndyB
Despite having three live Django sites running from Apache and FCGI I have always felt there was a certain degree of black magic about the process and I've succeeded only by following instructions and keeping my fingers crossed. Quite often the process takes several hours of fiddling and it seems

Re: Best practices to provide Django on a shared host

2007-07-05 Thread Graham Dumpleton
On Jul 5, 5:38 pm, "Fabien Schwob" <[EMAIL PROTECTED]> wrote: > Hello, > > I'm currently hosting my Django websites on a dedicated server and it > works fine. I restart Apache when I make modifications since I'm alone > on the box. > > But I've made evangelism for Django and I've convinced some

Re: Best practices to provide Django on a shared host

2007-07-05 Thread Fabien Schwob
> Textdrive (Joyent) offers Django hosting. > > There is an install script that will setup Django for you: > http://textusers.com/wiki/Installing_Django The problem is that I would like to make my own configuration from a raw Linux distribution (In my case a Ubuntu 6.10 or 7.04). So, with this

Re: Best practices to provide Django on a shared host

2007-07-05 Thread Evan H. Carmi
Fabien Schwob wrote: > Hello, > > I'm currently hosting my Django websites on a dedicated server and it > works fine. I restart Apache when I make modifications since I'm alone > on the box. > > But I've made evangelism for Django and I've convinced some friends to > use it. So I would like to

Best practices to provide Django on a shared host

2007-07-05 Thread Fabien Schwob
Hello, I'm currently hosting my Django websites on a dedicated server and it works fine. I restart Apache when I make modifications since I'm alone on the box. But I've made evangelism for Django and I've convinced some friends to use it. So I would like to take a new server and to set up a