Posts by Gabriel Augusto • 21 points
2 posts
-
1
votes1
answer312
viewsA: fetch api GET method with Django
In your code there are some things that are not consistent: In Javascript you are taking the values of your input but do not transmit your data to the URL or to the body of the request. For example:…
-
1
votes2
answers249
viewsA: Dashboards of users logged in using Django admin user
That I see can do this in two ways: Save some customer information currently active in the database Use javascript to provide this data in real time 1st Option These search links can help you with…