carlwenrich wrote:
> ...instead of just the localhost (127.0.0.1:8000) address.


You can specify an ip address and port using this command:

>From your project root:
#python manage.py runserver (your ip address):(the port you want to
listen on)

Here is an example:
#python manage.py runserver 192.168.1.15:8000


--Nick


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to