Sunday, October 29, 2017

Re: Localtunnel with my Django Project

Hi

You don't need to integrate localtunnel with django. Open django test server in one terminal and issue localtunnel command in another -

lt --port 8000
Above command will expose port number 8000 on internet, which is the port of your django test server and you can test as required.

--
Shree Kant Bohra
Co-founder
Geekybuddha Technologies




On Mon, Oct 30, 2017 at 3:09 AM, yingi keme <yingikeme@gmail.com> wrote:
Hello

I need to test a service that uses Webhooks - HTTP callbacks.

I want to use localtunnel to open my localhost to the internet. However i dont know how to integrate it with my django project. I also dont know how to set up the url patterns if i am to use localtunnel.

Any help please...!!!

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/ad8fdd20-95f3-4868-a17f-580dd54a800d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAD5EYcq%3DhHU8aGAK0hu_pSdLijCFKX%3DdEYdH%2B_9v%2BRse5igOSQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment