When I run the dev server from my remote server, I do it like this: python manage.py runserver my.domainname.com:8000
Then I can access it through http://my.domainname.com:8000 my.domainname.com isn't setup anywhere else either (like in Apache or anything), but www.domainname.com is. Jay Gloria wrote: > Hi. I am a Python geek who has been in the CherryPy/PythonPaste world > for the past year. I have decided to give Django a serious look, and I > have a simple question. > > After running this command: > > [EMAIL PROTECTED] wi_2> python manage.py runserver 1111 > Validating models... > 0 errors found. > > Django version 0.95, using settings 'wi_2.settings' > Development server is running at http://127.0.0.1:1111/ > Quit the server with CONTROL-C. > > I expect to get to this URL from a remote machine, like this: > > http://dev.blah_server.com:1111 > > This works in cherryPy and PythonPaste from behind the firewall, so I > know it's not a port issue. > > I'm sure I'm missing something simple. Please let me know what url > parameter to set to access my page from a remote machine. > > Thank you, > Gloria > > > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---