Relative Content

Tag Archive for djangodjango-rest-frameworkdjango-views

Integrate django with react

I want to integreate django with react, but it show error that “module ‘myapp.views’ has no attribute ‘index'”

Integrate django with react

I want to integreate django with react, but it show error that “module ‘myapp.views’ has no attribute ‘index'”

Integrate django with react

I want to integreate django with react, but it show error that “module ‘myapp.views’ has no attribute ‘index'”

Django: Render views in an html/css page

I followed a tutorial on setting up an auth system, using JWT, and a simple oauth2.
at some point, at the tutorial he started using Vit/React for the front end. and that’s where we separated ways xD.
I wanna use a simple html/css code for now.
My problem is I can’t get the views and my html to be fully compatible, and even if I get it working the redirections don’t work at all.