Re: Saving Data in Multiple Selected Checkbox for Voting System

2017-02-14 Thread Genaro Lubong
se information come from the models.ForeignKey documentation [1] > which point to the queries documentation [2] > > [1] https://docs.djangoproject.com/en/1.10/ref/models/fields/ > #django.db.models.ForeignKey.related_name > [2] https://docs.djangoproject.com/en/1.10/topics/db/queries/ &

Re: Saving Data in Multiple Selected Checkbox for Voting System

2017-02-14 Thread Genaro Lubong
so I need to provide it? I am using def views for the template On Feb 10, 2017 7:14 PM, "ludovic coues" <cou...@gmail.com> wrote: > You didn't provide the view making use of that template > > 2017-02-10 10:49 GMT+01:00 Genaro Lubong <glubon...@gmail.c

Re: Saving Data in Multiple Selected Checkbox for Voting System

2017-02-10 Thread Genaro Lubong
please help me guys On Feb 8, 2017 12:33 AM, "Genaro Lubong" <glubon...@gmail.com> wrote: Hello, newbie here, I am currently making our capstone project as a requirement to our course subject, and it is a major subject, while I was in the part of retreiving the select

Re: Web-based Voting System for our capstone project

2017-02-07 Thread Genaro Lubong
can start learning django by doing the official tutorial at > > > djangoproject.com > > > > > > On Tue, Jan 31, 2017 at 2:44 PM, Genaro Lubong <glubon...@gmail.com> > wrote: > > > > I just want to ask, how can I customize my admin page and make some &g

Saving Data in Multiple Selected Checkbox for Voting System

2017-02-07 Thread Genaro Lubong
Hello, newbie here, I am currently making our capstone project as a requirement to our course subject, and it is a major subject, while I was in the part of retreiving the selected candidates, I was not about to iterate the vote for those selected on the upper part, just the last selected

Web-based Voting System for our capstone project

2017-01-31 Thread Genaro Lubong
I just want to ask, how can I customize my admin page and make some dashboard about the students(who have already voted and those who haven't yet), colleges and everything in my web app. As well as, how to print reports. I am very willing to be taught and learn from you guys, I am just a newbie to