Slick Reporting Dashboard

2024-02-16 Thread Rupert Robin
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

Django Slick Reporting Dashboard

2024-02-16 Thread Rupert Robin
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

Re: Postgres along with Mongodb

2019-08-12 Thread Rupert Smith
. 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

RadioButton Form Validation

2010-08-02 Thread rupert
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

Re: Form Validation

2010-07-30 Thread rupert
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

Form Validation

2010-07-30 Thread rupert
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:

Issue Using Boolean Fields

2010-07-23 Thread rupert
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

How can you use RadioSelect widget in modelform?

2010-07-19 Thread rupert
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

Re: Trouble writing a view for a model

2010-07-12 Thread rupert
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

Trouble writing a view for a model

2010-07-12 Thread rupert
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()

Question on the Tutorial

2010-07-09 Thread rupert
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

FormWizard

2010-07-08 Thread rupert
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