Re: Django development on OS X. Accessing development server from local network

2009-04-28 Thread Phil Mocek
On Tue, Apr 28, 2009 at 02:03:45PM +0300, Oleg Oltar wrote: > I just wanted to make tests on development server from other PC > (with IE installed), on my local network. How can I do it? The information you seek is easily accessible to you via a number of methods that require no specific knowledg

Re: Django development on OS X. Accessing development server from local network

2009-04-28 Thread zayatzz
Nice. Read the forums and learn something new every day :) Alan. On Apr 28, 2:56 pm, Jarek Zgoda wrote: > Wiadomość napisana w dniu 2009-04-28, o godz. 13:03, przez Oleg Oltar: > > > Just noticed that my application has a layout issue in IE7. > > I just wanted to make tests on development serv

Re: Django development on OS X. Accessing development server from local network

2009-04-28 Thread Jarek Zgoda
Wiadomość napisana w dniu 2009-04-28, o godz. 13:03, przez Oleg Oltar: > Just noticed that my application has a layout issue in IE7. > I just wanted to make tests on development server from other PC > (with IE installed), on my local network. How can I do it? > Don't really want to deploy apach

Re: Django development on OS X. Accessing development server from local network

2009-04-28 Thread zayatzz
Im a beginner too, but ive been reading this forum for a while now and as far as i understand the development server works ONLY in localhost. If you have layout issues, then i suggest you save the output (HTML and CSS) and test them without the django application. Alan. On Apr 28, 2:03 pm, Oleg

Django development on OS X. Accessing development server from local network

2009-04-28 Thread Oleg Oltar
Have a problem. Just noticed that my application has a layout issue in IE7. I just wanted to make tests on development server from other PC (with IE installed), on my local network. How can I do it? Don't really want to deploy apache on local PC for testing Please help me to understand how to