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" 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 selected candidates, I was not about to iterate the vote

Can't use psycopg2 2.7b1 with django

2017-02-10 Thread notsqrt
Hi ! psycopg2 is preparing a new release, and currently the git project uses PEP 440 -compatible version numbers : 2.7b1, 2.7b2.dev0 (see https://github.com/psycopg/psycopg2/blob/master/setup.py#L67) In https://github.com/django/django/blob/master/

Re: Can't use psycopg2 2.7b1 with django

2017-02-10 Thread notsqrt
packaging is a dependency of setuptools (previously included in its vendor libs), so very probably installed everywhere ! Le vendredi 10 février 2017 11:58:29 UTC+1, not...@gmail.com a écrit : > > Hi ! > > psycopg2 is preparing a new release, and currently the git project uses PEP > 440

Re: Saving Data in Multiple Selected Checkbox for Voting System

2017-02-10 Thread ludovic coues
You didn't provide the view making use of that template 2017-02-10 10:49 GMT+01:00 Genaro Lubong : > please help me guys > > > On Feb 8, 2017 12:33 AM, "Genaro Lubong" wrote: > > Hello, newbie here, I am currently making our capstone project as a > requirement to our course subject, and it is a m

Re: No installed app with label 'province'.

2017-02-10 Thread Gerald Brown
On Thursday, February 9, 2017 at 9:16:48 PM UTC+8, Florian Schweikert wrote: > > On 09/02/17 14:01, Gerald Brown wrote: > > Because of this problem I am NOT able to proceed with my project so any > > and all help will be appreciated. > > Maybe somebody could help you if you provide more inform

Re: How install Django in PyCharm Community edition?

2017-02-10 Thread Stefan Milutinovic
You can't install django in PyCharm. You must set proper Python interpreter into PyCharm Settings. File>Settings>Project:name_of_your_project>Project Interpreter There you must setup proper Python interpreter. The best option is that you create Virtual Environment for each project. This is guide

Re: How install Django in PyCharm Community edition?

2017-02-10 Thread Dan Tagg
+1 for virtualenv On 10 February 2017 at 11:44, Stefan Milutinovic wrote: > You can't install django in PyCharm. > > You must set proper Python interpreter into PyCharm Settings. > File>Settings>Project:name_of_your_project>Project Interpreter > There you must setup proper Python interpreter. >

Re: Can't use psycopg2 2.7b1 with django

2017-02-10 Thread Tim Graham
I think distutils.version.LooseVersion should be safe to use (django-cms is using it, for example). Not sure about "packaging". Do you want to create a Trac ticket for this issue? Probably the same technique could also be used in other places. On Friday, February 10, 2017 at 5:58:29 AM UTC-5, n