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.
i couldnt redirecting my django app from int to string in the url
I’m having trouble with my Django URL patterns. The URL exercise4/1/ is not matching any of my defined patterns, even though I have a pattern defined for exercise4/int:month/. Can you help me figure out why it’s not matching?”