Thanks On Mon, Mar 13, 2023, 3:32 AM Carlos André Dantas de Lima < [email protected]> wrote:
> Have you chose url in settings, allow tô access and you try access with > mobile deixe in other address or port > > Em dom, 12 de mar de 2023 14:42, Donald KANTI <[email protected]> > escreveu: > >> Hey you should start the Django server on 0.0.0.0 ....something like this >> python >> >> python manage.py runserver 0.0.0.0:8000 >> >> Then make sure the mobile and your server are in the same network >> >> On Sun, Mar 12, 2023, 6:33 PM Rafael J. Soteldo S. < >> [email protected]> wrote: >> >>> Hi there: >>> >>> I'm being able to access my local backend built with django/python from >>> Postman and react, but if I try to access it from an application built for >>> mobiles, I get a Network error. I try to access the backend from an android >>> device >>> >>> What should I set in django in order to being able to access my >>> endpoints from a device other than the computer >>> >>> Thanks in advance >>> >>> -- >>> 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 view this discussion on the web visit >>> https://groups.google.com/d/msgid/django-users/769bc9b8-eacf-4e29-ac14-4a199304e4cen%40googlegroups.com >>> <https://groups.google.com/d/msgid/django-users/769bc9b8-eacf-4e29-ac14-4a199304e4cen%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> >> -- >> 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 view this discussion on the web visit >> https://groups.google.com/d/msgid/django-users/CANJ3CtPgPVu4tA5wxkzxT%2BK0h5ob9Ry-4L-8O6_QH4Nhm13dpQ%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CANJ3CtPgPVu4tA5wxkzxT%2BK0h5ob9Ry-4L-8O6_QH4Nhm13dpQ%40mail.gmail.com?utm_medium=email&utm_source=footer> >> . >> > -- > 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 view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAA8yBMwJjFK8KF5OdGrr_FpAzo-t76zbZmmAOhLtdSgpw7Wrag%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAA8yBMwJjFK8KF5OdGrr_FpAzo-t76zbZmmAOhLtdSgpw7Wrag%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAC2vYQ7z1bE0f_x2uVw4Wpq3tudNFFoDNZfcxMcqv1yCwa%2Ba6Q%40mail.gmail.com.

