python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Unable to return using post method in an html form. what am i doing wrong?
I am new to programming, i have been learning django for the first time. I created a form using home.html file an i requested using POST method, but in the error it is giving the request method as GET...
arpankodes
Votes: 0
Answers: 1
How can I use a url parameter(that is a user id <str:pk>) to prepopulate a field in DJANGO form
I'm doing a management application with 2 pages: users(clientes) and a user datail page that contains a user payment history(cheques).
I'm trying to do a create a form in payment history page(cheques....

Isaquehg
Votes: 0
Answers: 1
How to select a group when registering a new user in Django
So whenever I create a new user I would like to select a group (executive or employee).
I made these two groups in the Admin environment. Within the admin environment I can assign groups to users, how...

M.L.
Votes: 0
Answers: 1
The view form.views.form_view didn't return an HttpResponse object. It returned None instead
I try to learn about form validation and this ValueError appears , here is my views.py and forms.py file
forms.py :
from django import forms
from django.core import validators
class SignUp(forms.Form...
Ahmad Samir
Votes: 0
Answers: 1