to appear in the dashboard
renderings?
Any insights appreciated!
Thanks - Rupert
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to django-user
including the Filter and Export CSV options into the
dashboard?
Any insights welcomed!
Thank you - Rupert
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
.
You can also schedule a call here now:
https://calendly.com/rupert-6
Best Wishes,
Rupert
Rupert D Smith ACIPD
*Principal Talent Partner*
M: +44(0)7471 507654
E: rup...@globalm.io
www.globalm.io
[image: https://www.linkedin.com/in/rupertdavidsmith/]
<https://www.linkedin.com/in/rupertd
I have a form that validates all of the fields except for radio
buttons. If there is a radio button not selected, it will reset the
form. Any thoughts? Has anyone run into this before?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to t
dback/index.html', {
'form': form,
})
return render_to_response(template)
On Jul 30, 11:44 am, Daniel Roseman wrote:
> On Jul 30, 4:42 pm, rupert wrote:
>
> > I'm trying to use this line of code in form validation, and i
I'm trying to use this line of code in form validation, and it is not
working:
{{ form.field_name.errors }}
The following lines do output:
{{ form.filed_name}}
{{ form.field_name.help_text }}
Any thoughts? Could it be something in the view?
Here is the index.html page:
I have a form application built off of two models, one model is "event
information" and the other model is "registrant". I have a field in
"event information" called survey_open_flag that is a boolean field
that I'm trying to use as a switch (active/non active) in the Admin
tool to allow registrant
Hello Django Users!
I am trying to implement a form that uses the Radio select widget so
users can choose from 5 available choices. Does anyone know how I can
implement this using ModelForm? I have provided code snippets at the
bottom, and the choices are in models.py (RESPONDANT_CHOICES = ('Very
askolnikiv wrote:
> Rupert,
> Without knowing what you are aiming to accomplish, my advice might not
> be pertinent. However, it looks like your models could be rearranged
> like this:
>
> class Question(models.Model):
> question = models.CharField(max_length=200)
> pub
For this code:
class Title(models.Model):
title = models.CharField(max_length=200)
pub_date = models.DateTimeField('date published')
def __unicode__(self):
return self.title
def was_published_today(self):
return self.pub_date.date()
I'm creating an app based on the tutorial. Is there a way to display
all of the objects that are created on the same page using a view?
Could someone help me with that?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send
Can you register a formwizard app in the admin tool for editing?
--
You received this message because you are subscribed to the Google Groups
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to
django-users+unsu
12 matches
Mail list logo