python manage.py runserver 0.0.0.0:8000

give someone your ip on port 8000 :)

Jeff Anderson escribió:
> Keith wrote:
>> Is there a way to
>> connect with the development server remotely
> Absolutely!
> By default the development server --only-- runs on localhost. If you
> want to make it accessible via another interface (like the internet) run
> it like this:
> 
> python manage.py runserver xxx.xxx.xx.x:8000
> 
> where the xxx.xxx.xx.x is the external ip address.
> 
> Good luck!
> 
> Jeff Anderson
> 


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