error with email config Reviewboard 2.0 Beta3

2014-03-22 Thread Tom Moore
Again, the use of this version is by choice for a class. ok, got the svn issues figured out. Now I'm on to an email issue. I tried to configure the smtp server to use gmail's smtp settings. I used smtp.gmail.com and port 465. I set use TLS authentication. The username and email are valid.

Re: error with email config Reviewboard 2.0 Beta3

2014-03-22 Thread Christian Hammond
Hi Tom, Just to check, are you by any chance using Google's per-app passwords? Christian -- Christian Hammond - chip...@chipx86.com Review Board - http://www.reviewboard.org Beanbag, Inc. - http://www.beanbaginc.com On Sat, Mar 22, 2014 at 11:02 AM, Tom Moore wrote: > Again, the use of this

Re: error with email config Reviewboard 2.0 Beta3

2014-03-22 Thread Tom Moore
considering as I never heard of them, no I don 't think so. On Saturday, March 22, 2014 2:02:45 PM UTC-4, Tom Moore wrote: > > Again, the use of this version is by choice for a class. > > ok, got the svn issues figured out. Now I'm on to an email issue. > > I tried to configure the smtp server t

Re: Error: Error applying evolution: (1051, "Unknown table 'auth_message'")

2014-03-22 Thread Kevin Phillips
The devs changed the format to: DATABASES = { 'default' : { 'ENGINE': 'django.db.backends,mysql', 'NAME': '', 'USER': '', 'PASSWORD': '', 'HOST': '', }, } The caches format has changed similarly. Note that the caches location has dropped the URI. # Cache backend settings. CACHES = {