You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I kind of think all the js and other things are getting imported. But when I click the Upload button, no post request is there and nothing happens. It just is a complete disaster. What can I do?
Would be really really helpful if you can provide any solutions.
The text was updated successfully, but these errors were encountered:
So I was integrating this with my website but I am facing some problems, main problem is like no post request is getting through.
My views.py:
urls.py :
path('<int:pk>/', PageDetailView.as_view(), name='page_detail'),
my template view:
I kind of think all the js and other things are getting imported. But when I click the Upload button, no post request is there and nothing happens. It just is a complete disaster. What can I do?
Would be really really helpful if you can provide any solutions.
The text was updated successfully, but these errors were encountered: