Skip to content
Advertisement

Tag: reactjs

Django React Serving Together Page not found (404)

I develop an application using Django and React. I want to serving Django and React together. I create an build in react. I use it in Django. This is urls.py ; and views.py; When I run development server there is no any error but when ı want to go url directly ; http://www.x.com:8000/accounts I got page not found (404) error.

Advertisement