I am using widget SelectDateWidget, and i am trying to change the name of
months form english to portuguese, i already tried this:
https://docs.djangoproject.com/en/2.1/topics/i18n/
is not working
forms.py
class RegisterForm2(forms.Form):
gender = forms.ChoiceField(label="Género", choices =
Hi, in views.py form.save() is commented. Remove comment and try again.
Then, tell us what happens?
On Wed, Dec 26, 2018 at 6:29 PM Tessnim Zrayga
wrote:
> Hello everyone,
> I have this design: there's a firm, a firm can have multiple nodes. Each
> node can have many scheduled actions. What I'm
I just found a behavior not expected, but I'm not sure it by design or a
bug.
Let's say we have a Django project named iNOC and a model NewIncident, I
need to override some template such as change_form.html /change_list.html
and submit_line.html, if I put this three file in
path'iNOC/template
Hello everyone,
I have this design: there's a firm, a firm can have multiple nodes. Each
node can have many scheduled actions. What I'm trying to do is to create a
template containing all informations about a firm and be able to create
multiple scheduled actions at a time, so this is what the te
4 matches
Mail list logo