Re: AttributeError at /admin/login/

2018-05-01 Thread Gerald Brown
to the Mariadb database? On Tuesday, May 1, 2018 at 7:45:47 AM UTC+8, Gerald Brown wrote: I had replied to Daniel Roseman instead of to the users group as I am new to this group. Thanks to Daniel for his response Forwarded Message ---- Subject: Re: AttributeError a

Re: Re: AttributeError at /admin/login/

2018-05-01 Thread Gerald Brown
; Thanks to Daniel for his response > > > Forwarded Message ---- > Subject: Re: AttributeError at /admin/login/ > Date: Mon, 30 Apr 2018 21:46:35 +0800 > From: Gerald Brown > To: Daniel Roseman > > No. You need to show the full traceback. >

Fwd: Re: AttributeError at /admin/login/

2018-04-30 Thread Gerald Brown
I had replied to Daniel Roseman instead of to the users group as I am new to this group. Thanks to Daniel for his response Forwarded Message Subject:Re: AttributeError at /admin/login/ Date: Mon, 30 Apr 2018 21:46:35 +0800 From: Gerald Brown <gsbrow...@gmail.

Re: AttributeError at /admin/login/

2018-04-30 Thread Daniel Roseman
n Monday, 30 April 2018 13:30:54 UTC+1, Gerald Brown wrote: > > I am getting the following error when I TRY to log in to my site > "AttributeError at /admin/login/ > > 'datetime.datetime' object has no attribute 'split'" > > This looks like a Django b

AttributeError at /admin/login/

2018-04-30 Thread Gerald Brown
I am getting the following error when I TRY to log in to my site "AttributeError at /admin/login/ 'datetime.datetime' object has no attribute 'split'" This looks like a Django bug as it is in the Admin module and is NOT related to any of my code. Does anyone have an