Re: Making an object unsaveable ...

2018-03-05 Thread bill.torcaso
On Sunday, March 4, 2018 at 4:43:06 AM UTC-5, Bernd Wechner wrote: > > An interesting question I've not been able to solve reading docs or > Googling. As every posting here only after some serious research efforts > including class inspections ;-). But am stumped and wonder if anyone else > ha

Re: Are time zone definitions actually required/used in MySQL?

2017-11-16 Thread bill.torcaso
But how would my Vagrant VM know anything about that? On Wednesday, November 15, 2017 at 4:34:05 PM UTC-5, Mike Dewhirst wrote: > > On 16/11/2017 2:53 AM, bill.torcaso wrote: > > > > I frequently use Django + MySql on a pristine Vagrant virtual > > machine. And on

Re: Are time zone definitions actually required/used in MySQL?

2017-11-15 Thread bill.torcaso
I frequently use Django + MySql on a pristine Vagrant virtual machine. And on a fresh machine, for the first time, I had to manually load time zone information into mysql. 'runserver' refused to run, although 'python ./manage.py --help' ran fine (that is not a surprise - --help does not tou

Package django-imagekit produces "ImportError: cannot import name conf"

2017-10-25 Thread bill.torcaso
Any help will be appreciated. I'm having trouble using django-imagekit on AWS, under awslinux. The error doesn't make any sense, so I must be missing something in my AWS system setup. This same code base runs fine on CentOS 6 and Ubuntu 16.x. My virtualenv is activated. This is the error,