Thanks alot I did it and it worked, added the address to ALLOWED_HOSTS in my settings.py
Thanks once again Yingi Kem > On 30 Oct 2017, at 2:02 AM, shreekant bohra <[email protected]> wrote: > > 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 <[email protected]> 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 [email protected]. >> To post to this group, send email to [email protected]. >> 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 [email protected]. > To post to this group, send email to [email protected]. > 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. -- 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 [email protected]. To post to this group, send email to [email protected]. 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/5712AC55-2647-4331-A5F2-80ED3B748F90%40gmail.com. For more options, visit https://groups.google.com/d/optout.

