If you want to see your app from another computer in local network,
you can run:
python manage.py runserver 0.0.0.0:8000

Regards, Alex A.

On Aug 5, 11:13 am, Salvatore Leone <salvatore.le...@isti.cnr.it>
wrote:
> Graham Dumpleton ha scritto:> You must recompile mod_python to use a 
> different Python version.
> > Changing the symlink like that will not make a difference and you
> > could break other stuff on your system which assumed default Python is
> > a specific version.
>
> I know, and I didn't do it(I'm on Ubuntu a most application are in
> python and they expect 2.6 which is installed by default)> You should also 
> not go blindly changing permissions to 777 as that
> > makes it world writable which is bad practice and disastrous on a
> > shared host as other users can then change stuff in your directories.
> > Please go read documentation on file permissions on UNIX systems.
>
> I know that too. But I just want something for others than me to see the
> site. The "manage.py  runserver" isn't visible by other pc than mine
> (http://myhost:8000doesn't work).
>
> If I could use that server would not need apache at all.
>
> -Salvatore
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to