Posts by Renato Marques Dos Santos Guma • 3 points
2 posts
-
0
votes0
answers81
viewsQ: View.py class in Django
I’m trying to develop a quiz with Django, in my logic I created a class in view.py, but now I don’t know how to reference the methods of this class in the url.py py views. from django.http import…
-
0
votes1
answer433
viewsQ: Keyboard shortcut with javascript
I’m trying to add keyboard shortcuts to select radio buttons, but it’s not working I don’t know if the error is in the code or I’m making some wrong reference to some bootstrap element. Could…