Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread Anselme Gildas Tchassem Boutchouang
Cool, thanks

Le jeu. 24 déc. 2020 à 00:21, Mai Elshiashi  a
écrit :

> If you're looking for a tool to allow anyone to see your project running
> on localhost. There's a cool tool called Ngrok Which exposes your localhost
> to  be public with a secure tunnel.Check it out.
> https://ngrok.com/
>
>
> On Wed, Dec 23, 2020 at 11:36 PM Benny M  wrote:
>
>> I’m going to second Kasper on this. There’s enough affordable options out
>> there that self hosting to a “safe enough” degree would be the more
>> expensive route to go.
>>
>> I did this myself for a little while - had a makeshift cloud service for
>> myself right up until I had a dev-ops friend take a look. His little
>> giggles and eye-rolls were enough to convince me that I was wholly out of
>> my league.
>>
>> It’s a fun idea, but if you’re going to do it right, it’s not going to be
>> cheap and it’s still not going to be secure enough to keep your network
>> from being compromised.
>>
>> > On Dec 23, 2020, at 3:02 PM, Kasper Laudrup 
>> wrote:
>> >
>> > On 23/12/2020 18.46, joseenoc...@gmail.com wrote:
>> >> Can some one pls explain what steps show I follow to host my django
>> project on my pc and allow anyone outside my network WIFI to see the webiste
>> >>
>> >
>> > You don't want to do that, but just in case:
>> >
>> > You probably want to ensure that you have a static IP from your
>> internet provider. If you don't have that or for some reason cannot get
>> one, consider looking into dynamic DNS so you have a well known DNS name
>> when your public IP address changes.
>> >
>> > Configure your router to forward requests on the port where your Django
>> website is running to the IP of your PC.
>> >
>> > But you seriously don't want to do that. Look into how to deploy your
>> website instead.
>> >
>> > Kind regards,
>> >
>> > Kasper Laudrup
>> >
>> > --
>> > 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 view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/90d7384c-e6ea-4485-60da-3a57c0cd3707%40stacktrace.dk
>> .
>>
>> --
>> 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 view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/CH2PR14MB3913826C4668B8F16D33278AC0DE0%40CH2PR14MB3913.namprd14.prod.outlook.com
>> .
>>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAJPiQORoYwRcyKhJYxBa4j%3DxKsuT0snjHCe%2B0mVNoEogeejadw%40mail.gmail.com
> 
> .
>


-- 
*Anselme Gildas TCHASSEM BOUTCHOUANG*
DevOps, Fullstack, Freelance
(+237) 696 319 191 / (+237) 698 544 992 / Email : *aansegild...@yahoo.fr
* / LinkedIN : Profil LinkedIN

/ Facebook : Profil Facebook
  / Whatsapp:
(+237) 696 319 191

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAPB6eugtZRasgPv7w%3DM%2BycdrzurLf8k47K_Xmm4RtAS4RJQPHA%40mail.gmail.com.


Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread Shazia Nusrat
You also need to add your url provided by Ngrok to your Django settings.py 
"ALLOWED_HOSTS". Only then it will present your site on that URL. 

On Thursday, December 24, 2020 at 4:27:00 AM UTC+5 Shazia Nusrat wrote:

> Ngrok will help you publish your site for development if you need to show 
> your work remotely. Remember you need to run two terminals on terminal 1 
> you will run your project as you normally do and on other terminal you need 
> to run ngrok. It will provide you with couple of URLs one for http and 
> another for https. Https is usually if you need to test it with social 
> authentication etc. 
>
> Hope this helps. 
>
> Cheers
> On Wednesday, December 23, 2020 at 10:46:22 PM UTC+5 joseenoc...@gmail.com 
> wrote:
>
>> Can some one pls explain what steps show I follow to host my django 
>> project on my pc and allow anyone outside my network WIFI to see the webiste
>
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/139389ef-c8dd-4f5e-8f5a-7d7c5c6830c4n%40googlegroups.com.


Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread Shazia Nusrat
Ngrok will help you publish your site for development if you need to show 
your work remotely. Remember you need to run two terminals on terminal 1 
you will run your project as you normally do and on other terminal you need 
to run ngrok. It will provide you with couple of URLs one for http and 
another for https. Https is usually if you need to test it with social 
authentication etc. 

Hope this helps. 

Cheers
On Wednesday, December 23, 2020 at 10:46:22 PM UTC+5 joseenoc...@gmail.com 
wrote:

> Can some one pls explain what steps show I follow to host my django 
> project on my pc and allow anyone outside my network WIFI to see the webiste

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/cba6c915-f660-43bd-b977-1a96285634e3n%40googlegroups.com.


Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread Mai Elshiashi
If you're looking for a tool to allow anyone to see your project running on
localhost. There's a cool tool called Ngrok Which exposes your localhost
to  be public with a secure tunnel.Check it out.
https://ngrok.com/


On Wed, Dec 23, 2020 at 11:36 PM Benny M  wrote:

> I’m going to second Kasper on this. There’s enough affordable options out
> there that self hosting to a “safe enough” degree would be the more
> expensive route to go.
>
> I did this myself for a little while - had a makeshift cloud service for
> myself right up until I had a dev-ops friend take a look. His little
> giggles and eye-rolls were enough to convince me that I was wholly out of
> my league.
>
> It’s a fun idea, but if you’re going to do it right, it’s not going to be
> cheap and it’s still not going to be secure enough to keep your network
> from being compromised.
>
> > On Dec 23, 2020, at 3:02 PM, Kasper Laudrup 
> wrote:
> >
> > On 23/12/2020 18.46, joseenoc...@gmail.com wrote:
> >> Can some one pls explain what steps show I follow to host my django
> project on my pc and allow anyone outside my network WIFI to see the webiste
> >>
> >
> > You don't want to do that, but just in case:
> >
> > You probably want to ensure that you have a static IP from your internet
> provider. If you don't have that or for some reason cannot get one,
> consider looking into dynamic DNS so you have a well known DNS name when
> your public IP address changes.
> >
> > Configure your router to forward requests on the port where your Django
> website is running to the IP of your PC.
> >
> > But you seriously don't want to do that. Look into how to deploy your
> website instead.
> >
> > Kind regards,
> >
> > Kasper Laudrup
> >
> > --
> > 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/90d7384c-e6ea-4485-60da-3a57c0cd3707%40stacktrace.dk
> .
>
> --
> 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 view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CH2PR14MB3913826C4668B8F16D33278AC0DE0%40CH2PR14MB3913.namprd14.prod.outlook.com
> .
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAJPiQORoYwRcyKhJYxBa4j%3DxKsuT0snjHCe%2B0mVNoEogeejadw%40mail.gmail.com.


Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread Benny M
I’m going to second Kasper on this. There’s enough affordable options out there 
that self hosting to a “safe enough” degree would be the more expensive route 
to go. 

I did this myself for a little while - had a makeshift cloud service for myself 
right up until I had a dev-ops friend take a look. His little giggles and 
eye-rolls were enough to convince me that I was wholly out of my league.

It’s a fun idea, but if you’re going to do it right, it’s not going to be cheap 
and it’s still not going to be secure enough to keep your network from being 
compromised. 

> On Dec 23, 2020, at 3:02 PM, Kasper Laudrup  wrote:
> 
> On 23/12/2020 18.46, joseenoc...@gmail.com wrote:
>> Can some one pls explain what steps show I follow to host my django project 
>> on my pc and allow anyone outside my network WIFI to see the webiste
>> 
> 
> You don't want to do that, but just in case:
> 
> You probably want to ensure that you have a static IP from your internet 
> provider. If you don't have that or for some reason cannot get one, consider 
> looking into dynamic DNS so you have a well known DNS name when your public 
> IP address changes.
> 
> Configure your router to forward requests on the port where your Django 
> website is running to the IP of your PC.
> 
> But you seriously don't want to do that. Look into how to deploy your website 
> instead.
> 
> Kind regards,
> 
> Kasper Laudrup
> 
> -- 
> 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 view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/90d7384c-e6ea-4485-60da-3a57c0cd3707%40stacktrace.dk.

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CH2PR14MB3913826C4668B8F16D33278AC0DE0%40CH2PR14MB3913.namprd14.prod.outlook.com.


Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread Kasper Laudrup

On 23/12/2020 18.46, joseenoc...@gmail.com wrote:
Can some one pls explain what steps show I follow to host my django 
project on my pc and allow anyone outside my network WIFI to see the 
webiste




You don't want to do that, but just in case:

You probably want to ensure that you have a static IP from your internet 
provider. If you don't have that or for some reason cannot get one, 
consider looking into dynamic DNS so you have a well known DNS name when 
your public IP address changes.


Configure your router to forward requests on the port where your Django 
website is running to the IP of your PC.


But you seriously don't want to do that. Look into how to deploy your 
website instead.


Kind regards,

Kasper Laudrup

--
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/90d7384c-e6ea-4485-60da-3a57c0cd3707%40stacktrace.dk.


Re: How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread ule...@gmail.com
Hi,
You can use https://pythonanywhere.com and create a free account or 
https://eu.pythonanywhere.com...
How to put your site on pythonanyhere is explained  on following tutorial 
https://help.pythonanywhere.com/pages/DeployExistingDjangoProject/
samples :
task application : see https://ulefr03.eu.pythonanywhere.com/
or donation : see https://ulefr03.eu.pythonanywhere.com/donatie
or address application : see https://ulefr01.pythonanywhere.com/
or budget application : see https://ulefr02.eu.pythonanywhere.com/schema
Op woensdag 23 december 2020 om 18:46:22 UTC+1 schreef 
joseenoc...@gmail.com:

> Can some one pls explain what steps show I follow to host my django 
> project on my pc and allow anyone outside my network WIFI to see the webiste

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/924b587d-37fe-4de4-ae38-827b53daba25n%40googlegroups.com.


How can I host my django project on my pc for someone to see it outside my WIFI network

2020-12-23 Thread joseenoc...@gmail.com
Can some one pls explain what steps show I follow to host my django project 
on my pc and allow anyone outside my network WIFI to see the webiste

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/311941fc-09ad-4606-aadb-c5d4db459cd4n%40googlegroups.com.