On Apr 30, 2007, at 11:16 AM, Joseph Heck wrote:

> django-fcgi.py --settings=myproject.settings --host 127.0.0.1 -- 
> port 8882 --daemon)
> and that you didn't see any errors with that, the problem is likely  
> in the connection
> between the Apache service built in to MacOS X server and your  
> FastCGI process.

I did run into problems here. Presently, the process launches but I  
cannot load a page. The browser says "can't establish a connection  
at ...". For the connection tests I used "localhost:8882" and  
"127.0.0.1:8882" in the browser on the server. From the work station  
I used the IP address+port and the DNS name + port for the test.

In going through the tutorial again using the built-in server via  
"runserver", I hit a snag on page 3 when adding urls to urls.py. The  
error message displayed does not agree with the tutorial. My result  
says "No module named view.detail".

  - Mark

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to