Are you sure there's no router involved? Even if it's not /your/ router,
you're likely connected to the internet through a router. But let's step
back for a moment. The phrase "available over the internet" suggests a
production environment, and again, you /should not/ use the Django web
server for that. I recommend finding an internet hosting service which
supports Django (many here will have suggestions, look back through the
threads for discussion on this) and deploy your Django app as described
here: https://docs.djangoproject.com/en/1.5/howto/deployment/

_Nik

On 5/7/2013 12:25 PM, Kakar Arunachal Service wrote:
> Thank you for your reply! But coud you pls explain in detail how to
> make it available over the internet. And i dont have a router, m
> running it on my laptop. Pls advise.
>
>
> On Tue, May 7, 2013 at 11:10 PM, Nikolas Stevenson-Molnar
> <nik.mol...@consbio.org <mailto:nik.mol...@consbio.org>> wrote:
>
>     Keep in mind that the Django development server is designed
>     neither for security nor performance, so under no circumstances
>     should you use it as a production server. With that said, assuming
>     you're using this for//development purposes, change your manage.py
>     runserver command to bind to the address 0.0.0.0. E.g:
>
>     $ python manage.py runserver 0.0.0.0
>
>     This should make is available to your local network (if not, you
>     may need to add the machines your accessing it from to your
>     INTERNAL_IPS setting). To make it available over the internet
>     (/not suggested!)/ you'll need to configure your router.
>
>     _Nik
>
>
>     On 5/7/2013 8:43 AM, Kakar wrote:
>>     I have my project in my pc, and on python manage.py runserver, i can 
>> view it on my browser. But how to view from other computer or on the 
>> internet and not locally?... How to make my pc a server to view it from over 
>> the internet? Plz help me guyz!
>>
>
>     -- 
>     You received this message because you are subscribed to the Google
>     Groups "Django users" group.
>     To unsubscribe from this group and stop receiving emails from it,
>     send an email to django-users+unsubscr...@googlegroups.com
>     <mailto:django-users%2bunsubscr...@googlegroups.com>.
>     To post to this group, send email to django-users@googlegroups.com
>     <mailto:django-users@googlegroups.com>.
>     Visit this group at http://groups.google.com/group/django-users?hl=en.
>     For more options, visit https://groups.google.com/groups/opt_out.
>      
>      
>
>
> -- 
> You received this message because you are subscribed to the Google
> Groups "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>  
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to