Re: Web-based Voting System for our capstone project

2017-02-07 Thread Genaro Lubong
Thank you so much guys, it helped me a lot in making the step forward towards our project. On Feb 4, 2017 12:16 AM, "Melvyn Sopacua" wrote: > On Wednesday 01 February 2017 10:47:14 Avraham Serour wrote: > > > I recommend instead of tweaking the admin app to just making

Re: Web-based Voting System for our capstone project

2017-02-03 Thread Melvyn Sopacua
On Wednesday 01 February 2017 10:47:14 Avraham Serour wrote: > I recommend instead of tweaking the admin app to just making your own > dashboard template. I don't, unless you want graphs. If you just want a listing of users with vote status, then all you need is a customized list display[1] and

Re: Web-based Voting System for our capstone project

2017-02-01 Thread Avraham Serour
I recommend instead of tweaking the admin app to just making your own dashboard template. You can start learning django by doing the official tutorial at djangoproject.com On Tue, Jan 31, 2017 at 2:44 PM, Genaro Lubong wrote: > I just want to ask, how can I customize my

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