You know that Django is for the backend right, so what I do I have two terminals open, one for Django and one for react, if I want my Django page I simply copy the URL from the terminal and paste on my web browser and I get my Django page.
On Tue, Jan 23, 2024, 7:58 PM Obodoma Uzondu Vincent <[email protected]> wrote: > Are you using cors? > > On Tue, Jan 23, 2024 at 4:34 PM Raymond Nsubuga <[email protected]> > wrote: > >> Am working on a django react project but everytime i run my django server >> at port 8000, it instead redirects to port 3000 belonging to react >> automatically, what is the issue that can be causing this ?. And how am i >> able to solve it ? >> >> -- >> 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/CAJpDcBTvmMd94%2BBnr3aN3c7VGv3m80opQDm7kiA83YxkZpEkHA%40mail.gmail.com >> <https://groups.google.com/d/msgid/django-users/CAJpDcBTvmMd94%2BBnr3aN3c7VGv3m80opQDm7kiA83YxkZpEkHA%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/CACsKspnyKniYVnN7dbVWkkSFdH7xYqzTCR2Mece3JPNhZYT1gg%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CACsKspnyKniYVnN7dbVWkkSFdH7xYqzTCR2Mece3JPNhZYT1gg%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/CAH%3Df_cGfk9thH5dJRuqigtgVzFvXyArgoLXmYC1V-hdcdTY49A%40mail.gmail.com.

