Re: Prototype of an Online Voting System (I need some constructive criticism here)

2013-12-13 Thread Amimo Benja
Amirouche, the recommendations are actually great. I new to Django and Python, so how to implement them exactly as you recommend to me is a little bit difficult. Can you please fork the repository and update the code so that I can view how you have implement the changes, if that is fine with you.

Re: Prototype of an Online Voting System (I need some constructive criticism here)

2013-12-13 Thread Amirouche Boubekki
- «vq_chc.final_count += final_count» works well. > You need to use Django update or the operation is not atomic. -- 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

Re: Prototype of an Online Voting System (I need some constructive criticism here)

2013-12-13 Thread Amirouche Boubekki
Héllo Amimo, 2013/12/13 Amimo Benja > simple_prototype_of_online_voting_system > == > The name must be shorter. «voting_system» is good for instance > I am new to Django/Python. After a few tutorial, I have tried to develop > this app. > > > However, I need

Prototype of an Online Voting System (I need some constructive criticism here)

2013-12-13 Thread Amimo Benja
simple_prototype_of_online_voting_system I am new to Django/Python. After a few tutorial, I have tried to develop this app. However, I need some constructive criticism as the app needs to be made better and improved. Please view it and highlight the prob